JJTech0130 / TrollRestore

TrollStore installer for iOS 17.0
MIT License
911 stars 60 forks source link

Click module problem #13

Closed davecarrijo closed 1 week ago

davecarrijo commented 1 month ago
SCR-20240904-goys
cursefroge commented 1 month ago

pip install click

davecarrijo commented 1 month ago

In fact I did it, pip install click and pip3 install click, both said click is installed the problem persist.

seregonwar commented 1 month ago

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.

da-vinci-noob commented 1 month ago

Create venv.

1. python3 -m venv .
2. source bin/activate
3. pip install -r requirements.txt
4. python trollstore.py