Closed davecarrijo closed 1 week ago
pip install click
In fact I did it, pip install click and pip3 install click, both said click is installed the problem persist.
Create an isolated environment for the application and start the program using an ide and not the executable, install in the environment all the dependencies present in the file requirements.txt. Problems with dependencies are unnerving I know.
Create venv.
1. python3 -m venv .
2. source bin/activate
3. pip install -r requirements.txt
4. python trollstore.py