View Single Post
  #2  
Old 08-24-2023, 09:37 PM
Indefinite Indefinite is offline
Kobold

Indefinite's Avatar

Join Date: Apr 2014
Posts: 142
Default

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
__________________
Reply With Quote