Skip to content

pymongo not installing properly #150

Open
@apensotti

Description

@apensotti

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions