-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i have an issue i cant run the drkgen.py file #1
Comments
Sorry for the long time, I'm not that active on github, I've included a "requirements.txt" file in the repository that has all the installations on the modules used, you seem not to have "pyfade" installed, to install all the required modules do, ```pip3 install -r requirements.txt" or "pip install -r requirements.txt" Hope this helps! |
' instead of 'python3' |
Can't start drkgen.py |
i found the fix for that, download and extract this zip, then run "pip install pyfade-3.1-py3-none-any.whl", installs it perfectly for me. |
I'm using termux btw |
guys dont use this version of DrkGEN, it will not work as it is outdated, new one can be found here. |
I can't run the file because it's not found pyfade here:Traceback (most recent call last):
File "C:\Users****\Desktop\drkgen-main\drkgen.py", line 14, in
import pyfade
ModuleNotFoundError: No module named 'pyfade'
[process exited with code 1]
The text was updated successfully, but these errors were encountered: