Open lescratheurjar opened 8 months ago
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.
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