安裝 Fern 3.0 Ubuntu 18.04 時出現問題

安裝 Fern 3.0 Ubuntu 18.04 時出現問題

我確保安裝了所有先決條件,然後運行了execute.py 文件,終端給出了以下錯誤:

michael@house-computer:~/Downloads/fern-wifi-cracker-3.0/Fern-Wifi-Cracker$ python3 execute.py
Traceback (most recent call last):
  File "execute.py", line 107, in <module>
    from core import *
  File "/home/michael/Downloads/fern-wifi-cracker-3.0/Fern-Wifi-Cracker/core/fern.py", line 11, in <module>
    from core import variables
  File "/home/michael/Downloads/fern-wifi-cracker-3.0/Fern-Wifi-Cracker/core/variables.py", line 64, in <module>
    os.mkdir(direc + log_direc)
FileExistsError: [Errno 17] File exists: '/tmp/fern-log'

我試圖尋找有關此內容的任何內容,但沒有人詢問有關最新版本的 Fern (3.0) 的問題

相關內容