py-solc-x icon indicating copy to clipboard operation
py-solc-x copied to clipboard

py.3.10.0 install error

Open ghost opened this issue 4 years ago • 1 comments

Environment information

  • py-solc-x Version: last
  • solc Version: x.x.x
  • Python Version: 3.10
  • OS: osx/linux/win

What was wrong?

i can import the library /w python v.3.10.0 check the photo image

Please include information like:

  • what command you ran
  • the code that caused the failure (see this link for help with formatting code)
  • full output of the error you received

How can it be fixed?

Fill this in if you know how the bug could be fixed.

ghost avatar Nov 04 '21 00:11 ghost

Could you please look to where it installed via executing pip3 show py-solc-x and pip3 show solc commands? In my case I was using Python 3.10 but package has been installed under Python 3.8 which I had to change interpreter to Python 3.8 in Visual Studio Code to get things done.

TekyaygilFethi avatar Jan 30 '22 21:01 TekyaygilFethi

seems like an env issue! The package works on 3.10.0 now, as verified by tests

antazoey avatar Nov 09 '23 18:11 antazoey