Open sekxkitten opened 5 years ago
Please run from command line, what errors are displayed
To run the program with python 3 you can use python3
instead of python -v 3
i have the same issue when i open fern-wifi-cracker it shows Python 3 required "You have executed the program using Python 2.7.16+.
Please use Python 3 or above to run this program" but i have installed lastest version of Python3.8.0 can anyone suggest me what to do please
any one can help same error
Assuming you are using Linux, use which fern-wifi-cracker
, and open the file path that is given in a text editor.
Change the cd /usr/share/fern-wifi-cracker/ && python execute.py "$@"
to cd /usr/share/fern-wifi-cracker/ && python3 execute.py "$@"
Save the file, and try starting fern-wifi-cracker
in the terminal with sudo. If everything is done correct, fern should start with python3
Assuming you are using Linux, use
which fern-wifi-cracker
, and open the file path that is given in a text editor. Change thecd /usr/share/fern-wifi-cracker/ && python execute.py "$@"
tocd /usr/share/fern-wifi-cracker/ && python3 execute.py "$@"
Save the file, and try startingfern-wifi-cracker
in the terminal with sudo. If everything is done correct, fern should start with python3
You can always just go to the /usr/bin/ folder and open the fern-wifi-cracker file there and edit the line indicated above.
i have resolved in this way.. Change the cd /usr/share/fern-wifi-cracker/ python3 execute.py "$@" to cd /usr/share/fern-wifi-cracker/ python execute.py "$@" and it work flawlessy!
Hello, Fern updated and im now receiving the following error - I have updated to the newest python and it still trys to load and when i manually load it with python -v 3 it doesnt fire it up, I have uninstalled it and re-installed with the same issue, how can i fix this?
You have executed the program using Python 2.7.16+.
Please use Python 3 or above to run this program