Open TheBagarius opened 7 months ago
Hello,try installing it in a virtual environment.
Looks like it's because the directory (mitmproxy2swagger
) and the main file (mitmproxy2swagger.py
) are of the same name. To confirm, renaming it to mitmproxy2swagger_main.py
will make the script work.
But yeah, if installed globally properly, this should not be requried and works fine.
I don't understand what is going on in the error message below. Also I cannot call
mitmproxy2swagger
from the command line after installing it withpip3 install mitmproxy2swagger
I have to forcefully call it from the full filepath with python3bumping #153