-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
I fix the bug (just reinstall your files "operate") |
just reinstall the setuptools package by running the command pip install --upgrade setuptools |
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
|
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. |
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
The text was updated successfully, but these errors were encountered: