You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: module 'threading' has no attribute '_Condition'
refered in. Describe the expected behavior
I ran this on my local machine, I have no issues . What web browser you are using
I am on Chrome
(Chrome, Firefox, Safari, etc.)
Additional context
Link to a minimal, public, self-contained notebook that reproduces this issue.
Share the file using your GitHub account using File > Save a copy as a GitHub Gist.
or Share Drive notebooks using the Share button then 'Get Shareable Link'.
The text was updated successfully, but these errors were encountered:
Describe the current behavior
I am having an issue importing a library.
This notebook link : https://github.com/pinecone-io/examples/blob/master/generation/langchain/handbook/05-langchain-retrieval-augmentation.ipynb
https://www.pinecone.io/learn/langchain-retrieval-augmentation/
Error :
AttributeError Traceback (most recent call last)
in <cell line: 1>()
----> 1 from datasets import load_dataset
2 data = load_dataset("wikipedia", "20220301.simple", split='train[:10000]')
3 data
4
5 # from datasets import list_datasets
10 frames
/usr/local/lib/python3.10/dist-packages/multiprocess/dummy/init.py in
85 #
86
---> 87 class Condition(threading._Condition):
88 # XXX
89 if sys.version_info < (3, 0):
AttributeError: module 'threading' has no attribute '_Condition'
refered in.
Describe the expected behavior
I ran this on my local machine, I have no issues .
What web browser you are using
I am on Chrome
(Chrome, Firefox, Safari, etc.)
Additional context
Link to a minimal, public, self-contained notebook that reproduces this issue.
The text was updated successfully, but these errors were encountered: