enzymefinance / oyente

An Analysis Tool for Smart Contracts
GNU General Public License v3.0
1.32k stars 309 forks source link

Installation Error #452

Open Jesserc opened 1 year ago

Jesserc commented 1 year ago

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?