self-operating-computer
self-operating-computer copied to clipboard
[BUG] ModuleNotFoundError: No module named 'pkg_resources'
Describe the bug
When is launch “operate”, the console gives an error message :
Traceback (most recent call last):
File "
Environment
- OS: Windows
- Model Used (e.g., GPT-4v, Gemini Pro Vision): GPT-3.5
I fix the bug (just reinstall your files "operate")
just reinstall the setuptools package by running the command pip install --upgrade setuptools this worked for me!!
just reinstall the setuptools package by running the command pip install --upgrade setuptools this worked for me!!
I'm not really a python expert, could you by chance explain how to get around this error when I pip install?
pip3 install --upgrade setuptools
× This environment is externally managed
╰─> To install Python packages system-wide, try brew install
xyz, where xyz is the package you are trying to
install.
If you wish to install a non-brew-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip.
If you wish to install a non-brew packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
@KISHAN8888
pip install setuptools :-) ive been stuck on this same problem for 2 months and literally used ai to walk me through it just to discove thats what I was missing from the operate install. it is working on windows. its hard to find people doing tutorials for windows pcs.