PatrickAlphaC / web3_py_simple_storage

47 stars 78 forks source link

ImportError: cannot import name 'getargspec' from 'inspect' #40

Closed hoahamho closed 1 year ago

hoahamho commented 1 year ago

I'm using python 3.11, window 10. When i import Web3 from web3 and run deploy.py, it show me an error: ImportError: cannot import name 'getargspec' from 'inspect' (C:\Users\Admin\AppData\Local\Programs\Python\Python311\Lib\inspect.py). And can not do anything from this on, it always shown this whenever i run the deploy.py command.

PatrickAlphaC commented 1 year ago

Can you:

  1. Make this a discusson on the full repo? https://github.com/smartcontractkit/full-blockchain-solidity-course-py/ Thank you!