llmware-ai / llmware-ai/llmware

quickstart_rag_colab.ipynb

Open
#501 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
14.8k
Forks
2.9k
PR merge metrics
No merged PRs in 30d

Description

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](https://localhost:8080/#) 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](https://localhost:8080/#) 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'

Contributor guide

No contributing guide indexed for this repository

Research direction

Open quickstart_rag_colab.ipynb and reproduce the failure immediately after the pip-install cells in a Python 3.10 Colab environment. Inspect the notebook's dependency setup and compare the installed package metadata involved in the traceback. Done means the quickstart proceeds past installation without the reported pkg_resources and urllib3 errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, python
Domain
ai
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.