Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Installation Error #452

Open
Jesserc opened this issue May 21, 2023 · 0 comments
Open

Installation Error #452

Jesserc opened this issue May 21, 2023 · 0 comments

Comments

@Jesserc
Copy link

Jesserc commented May 21, 2023

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.

What can I do about this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant