savio-code / fern-wifi-cracker

Automatically exported from code.google.com/p/fern-wifi-cracker
1.15k stars 349 forks source link

Fern requires python3 #137

Open khrystal71 opened 4 years ago

khrystal71 commented 4 years ago

Hello im new into this and fern says that im runing it on python 2.7.16 and that it requires python 3. So i was looking for fix on internet, updated python i tried using cd /usr/share/fern-wifi-cracker && python3 execute.py "$@" and then i got another error. This is the output i got after

Installing PyQt5, please wait...


Collecting pyqt5 Using cached https://files.pythonhosted.org/packages/3a/fb/eb51731f2dc7c22d8e1a63ba88fb702727b324c6352183a32f27f73b8116/PyQt5-5.14.1.tar.gz Installing build dependencies ... done Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.7/tokenize.py", line 447, in open buffer = _builtin_open(filename, 'rb') FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-94g_x1wy/pyqt5/setup.py'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-94g_x1wy/pyqt5/ Traceback (most recent call last): File "execute.py", line 41, in from PyQt5 import QtCore, QtGui, QtWidgets ModuleNotFoundError: No module named 'PyQt5'

So any help is welcomed ty.