Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quickstart_rag_colab.ipynb #501

Open
silvacarl2 opened this issue Mar 11, 2024 · 0 comments
Open

quickstart_rag_colab.ipynb #501

silvacarl2 opened this issue Mar 11, 2024 · 0 comments

Comments

@silvacarl2
Copy link

running this gives this error right after the pip installs:


AttributeError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/pkg_resources/init.py in _dep_map(self)
3107 try:
-> 3108 return self.__dep_map
3109 except AttributeError:

19 frames
AttributeError: _DistInfoDistribution__dep_map

During handling of the above exception, another exception occurred:

AttributeError Traceback (most recent call last)
AttributeError: _pkg_info

During handling of the above exception, another exception occurred:

FileNotFoundError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/pkg_resources/init.py in _get(self, path)
1724
1725 def _get(self, path):
-> 1726 with open(path, 'rb') as stream:
1727 return stream.read()
1728

FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.10/dist-packages/urllib3-2.0.7.dist-info/METADATA'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant