小编Swa*_*nil的帖子

ImportError:无法从“inspect”导入名称“getargspec”(C:\Users\Swapn\AppData\Local\Programs\Python\Python311\Lib\inspect.py)

 File "f:\drug-traceability-blockchain-maddy\src\app.py", line 2, in <module>
    from web3 import Web3,HTTPProvider
  File "C:\Users\Swapn\AppData\Local\Programs\Python\Python311\Lib\site-packages\web3\__init__.py", line 6, in <module>
    from eth_account import (
  File "C:\Users\Swapn\AppData\Local\Programs\Python\Python311\Lib\site-packages\eth_account\__init__.py", line 1, in <module>
    from eth_account.account import (
  File "C:\Users\Swapn\AppData\Local\Programs\Python\Python311\Lib\site-packages\eth_account\account.py", line 59, in <module>
    from eth_account.messages import (
  File "C:\Users\Swapn\AppData\Local\Programs\Python\Python311\Lib\site-packages\eth_account\messages.py", line 26, in <module>
    from eth_account._utils.structured_data.hashing import (
  File "C:\Users\Swapn\AppData\Local\Programs\Python\Python311\Lib\site-packages\eth_account\_utils\structured_data\hashing.py", line 9, in <module>
    from eth_abi import (
  File "C:\Users\Swapn\AppData\Local\Programs\Python\Python311\Lib\site-packages\eth_abi\__init__.py", line 6, in <module>
    from eth_abi.abi import (  # NOQA
  File "C:\Users\Swapn\AppData\Local\Programs\Python\Python311\Lib\site-packages\eth_abi\abi.py", line 1, in <module>
    from eth_abi.codec …
Run Code Online (Sandbox Code Playgroud)

python importerror python-2.7 python-3.x blockchain

6
推荐指数
2
解决办法
2万
查看次数

标签 统计

blockchain ×1

importerror ×1

python ×1

python-2.7 ×1

python-3.x ×1