无法修复和安装oyente

无法修复和安装oyente
  • Linux 上的 Python 3.10.12(main,2023 年 11 月 20 日,15:14:05)[GCC 11.4.0]
  • solc,solidity 编译器命令行界面版本:0.4.24+commit.e67f0147.Linux.clang
  • Z3 版本 4.8.12 - 64 位
  • evm 版本 1.7.3-stable-4bb3c89d

$pip3 install oyente 默认为用户安装,因为正常的站点包不可写 收集 oyente 使用缓存的 oyente-0.2.7.ta​​r.gz (35 kB) 准备元数据 (setup.py) ... 错误 错误:子进程退出并出现错误

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [6 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/tmp/pip-install-z6tsk7au/oyente_bd8126403d9e40938446254928b9c9a2/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.

相关内容