Quote:
Originally Posted by Sarekrn
[You must be logged in to view images. Log in or Register.]
hrmm maybe I installed in the venv first... Thats possible.. anything I can try to check it out?
|
If you installed using the below command earlier in the thread using venv:
Code:
python3 -m venv .venv; . .venv/bin/activate; python3 -m pip install -e .
Then you would need to cd back into the eqalert directory, verify a .venv/ directory exists and source it before running eqalert using:
Code:
source .venv/bin/activate