Python requirements not installed #1898
Replies: 4 comments 21 replies
-
Hey. try:
from dotenv import load_dotenv
from git import Repo
except ImportError:
print(
"you must install the Python requirements."
" See: https://intelowl.readthedocs.io/en/latest/Installation.html"
)
sys.exit(2) This means that, inside your venv, you do not have these 2 packages installed. Execute |
Beta Was this translation helpful? Give feedback.
-
just to hijack this conversation without providing additional help, I have just added an issue to rewrite the python start.py script in bash so there will be less problems in dependencies |
Beta Was this translation helpful? Give feedback.
-
Exact same issue here, initialize script either within venv or outside declares all is well, however start.py quickly fails with the error:
|
Beta Was this translation helpful? Give feedback.
-
In some environment you also need the packages from your packet manager in order to comply with those requirements. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys
Ive followed the step by step installation guide but im stuck on starting up IntelOwl after running the initialize.sh script to verify installed dependencies it tells me i can run IntelOwl now after i go into my venv, but when i try to run the start.py i get the error that i dont have the python requirements installed. upon checking on the documents and the requirements, ive verified that i do have them installed. PLEASE HELP I DONT UNDERSTAND AHHHHHHHHHH
Beta Was this translation helpful? Give feedback.
All reactions