You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 26, 2023. It is now read-only.
I'm using python3 to install oyente and pip3 install oyente throws the error below:
Collecting oyente
Using cached oyente-0.2.7.tar.gz (35 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [7 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "/private/var/folders/_c/5p708h3d1x11m31r6qh1cqc40000gp/T/pip-install-01dm76bw/oyente_c8862c63ad0b4f22b8ffa833dd7721cb/setup.py", line 10, in <module>
long_description=open('README.md').read(),
^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'README.md'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
I'm using python3 to install oyente and
pip3 install oyentethrows the error below:What can I do about this?