ImportError: No module named 'thread'

前端 未结 5 464
Happy的楠姐
Happy的楠姐 2021-01-02 01:28

when I run mitmproxy command in command line, I get the following error.

% mitmproxy
Traceback (most recent call last):
  File \"/usr/local/bin/mitmproxy\",          


        
5条回答
  •  无人及你
    2021-01-02 01:49

    The name of the file saved could be threading, this would give an error as threading is a predefined class in Python. Try changing the name of your file. It would help....

提交回复
热议问题