-
Notifications
You must be signed in to change notification settings - Fork 747
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
myth: command not found #546
Comments
Did you install Mythril using |
i install it using pip3. i run mythril from /.local/binmyth but get error
|
This seems to be an issue with the typing of Python 3.5. Can you provide the output of |
@msayyad Any update on the issue? |
@dmuhs i install python 3.5.5 from source and try with pip3 but this erorr
Command "/usr/local/bin/python3.5 -u -c "import setuptools, tokenize;file='/tmp/pip-build-e3wncqpq/pycparser/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-m15xzmef-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-e3wncqpq/pycparser/ |
This seems to be a stale issue -> closing 🙌 |
Have same issue, installed using pip3
|
You should add Mythril location to the PATH
|
Follower your guide, but still "command not found"... i've the same path as the previous guy /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages but in your guide you say to add another one... why? |
For those with the same question, here is the likely solution:
Replace 3.9 with your version if needed. |
after doing steps for installing mythril, ubuntu shell will show error and cant find it:
hex0r@ubuntu:~$ myth
myth: command not found
The text was updated successfully, but these errors were encountered: