Python-ai-assistant
Python-ai-assistant copied to clipboard
pymongo not installing properly
Failed to start mongodb.service: Unit mongodb.service not found.
Traceback (most recent call last):
File "/home/alexp/Python-ai-assistant/./src/jarvis/start.py", line 23, in
Not sure if it's a problem with the setup.sh file, or with my instance of python. I pip installed pymongo, ran the setup.sh file, and got this error after running the run_jarvis.sh file.
There seem to be a lot of missing dependencies
I'm having a similar issue where the dependencies from 'requirements.txt' isn't being recognized, although they are within the ./jarvis_virtualenv/lib and lib64 folders. @ggeop Any tips on why ModuleNotFoundError is thrown for every module?