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)についての質問はありませんでした。

関連情報