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

[BUG] ModuleNotFoundError: No module named 'pkg_resources' #177

Open
lescratheurjar opened this issue Mar 10, 2024 · 4 comments
Open

[BUG] ModuleNotFoundError: No module named 'pkg_resources' #177

lescratheurjar opened this issue Mar 10, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@lescratheurjar
Copy link

Describe the bug

When is launch “operate”, the console gives an error message :
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\quent\AppData\Local\Programs\Python\Python312\Scripts\operate.exe_main
.py", line 4, in
File "C:\Users\quent\AppData\Local\Programs\Python\Python312\Lib\site-packages\operate\main.py", line 6, in
from operate.operate import main
File "C:\Users\quent\AppData\Local\Programs\Python\Python312\Lib\site-packages\operate\operate.py", line 26, in
from operate.models.apis import get_next_action
File "C:\Users\quent\AppData\Local\Programs\Python\Python312\Lib\site-packages\operate\models\apis.py", line 32, in
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'

Environment

  • OS: Windows
  • Model Used (e.g., GPT-4v, Gemini Pro Vision): GPT-3.5
@lescratheurjar lescratheurjar added the bug Something isn't working label Mar 10, 2024
@lescratheurjar
Copy link
Author

I fix the bug (just reinstall your files "operate")

@KISHAN8888
Copy link

just reinstall the setuptools package by running the command pip install --upgrade setuptools
this worked for me!!

@Brisklemonade
Copy link

Brisklemonade commented Apr 18, 2024

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

@ingenuousmorpheus
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants