-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'command_line' #12
Comments
Traceback (most recent call last): I might be fucking up the version or pythonpath |
Looks like this is an issue with Click versioning: mitmproxy needs click 6.2, but the actual program needs click 7.0, which provides command_line. |
yo any fixes yet |
To resolve the import issue, try |
okay thanks |
I fixed it by pip install command_line |
Traceback (most recent call last):
File "/usr/local/bin/snapception", line 7, in
from snapception.command_line import launch
File "/usr/local/lib/python3.6/dist-packages/snapception/init.py", line 1, in
import command_line
ModuleNotFoundError: No module named 'command_line'
???
The text was updated successfully, but these errors were encountered: