crytic / solc-select

Manage and switch between Solidity compiler versions
GNU Affero General Public License v3.0
758 stars 103 forks source link

install problem #52

Closed taylorgag closed 3 years ago

taylorgag commented 3 years ago

Sorry to bother you. Why I use the command "pip3 install solc-select" and then use "solc-select install 0.8.1 ",it shows "solc-select: not found"

0xicingdeath commented 3 years ago

Hey @taylorgag. Thanks for reporting this. What OS and version are you using?

taylorgag commented 3 years ago

Hey @taylorgag. Thanks for reporting this. What OS and version are you using? Well, I think I have solved this problem,it was not your fault.

rodriguesnavil commented 2 years ago

I had the same problem, the issue was with user packages not being discovered. The answer helped me resolve the issue https://stackoverflow.com/a/62151306/5594598