ApeWorX / py-solc-x

Python wrapper and version management tool for the solc Solidity compiler.
https://solcx.readthedocs.io/
MIT License
138 stars 48 forks source link

py.3.10.0 install error #130

Closed ghost closed 10 months ago

ghost commented 2 years ago

Environment information

What was wrong?

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

Please include information like:

How can it be fixed?

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

TekyaygilFethi commented 2 years ago

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.

antazoey commented 10 months ago

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