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

pymongo not installing properly #150

Open
apensotti opened this issue Oct 26, 2023 · 2 comments
Open

pymongo not installing properly #150

apensotti opened this issue Oct 26, 2023 · 2 comments

Comments

@apensotti
Copy link

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
from jarvis import settings
File "/home/alexp/Python-ai-assistant/src/jarvis/jarvis/init.py", line 27, in
from jarvis.utils.mongoDB import db
File "/home/alexp/Python-ai-assistant/src/jarvis/jarvis/utils/mongoDB.py", line 24, in
from pymongo import MongoClient, DESCENDING
ModuleNotFoundError: No module named 'pymongo'
Failed to stop mongodb.service: Unit mongodb.service not loaded.

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.

@apensotti
Copy link
Author

There seem to be a lot of missing dependencies

@luandro
Copy link

luandro commented Jan 20, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants