crytic / solc-select

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

Unsupported platform #43

Closed glazec closed 3 years ago

glazec commented 3 years ago

I am using Win10. When I run solc-select install, it returns Available versions to install: Unsupported platform.

rmi7 commented 3 years ago

Sorry, (at this time) Windows is not supported.

https://github.com/crytic/solc-select/blob/d866c55b7d78f421a7724d7b7d723bd8bedef28b/solc_select/solc_select.py#L85-L93

glazec commented 3 years ago

I notice that solc has windows binary support. Do you plan to support windows in the near future?

montyly commented 3 years ago

Hi @glazec, thanks for pointing this out.

We will add the support for windows-amd64 soon

glazec commented 3 years ago

That's awesome! I look forward to using it on my windows PC.

appswarehouse commented 3 years ago

is there any plan to add it anytime soon, because this issue still keep occuring

0xicingdeath commented 3 years ago

Hey @appswarehouse, thanks for reaching out! Yep, we are currently working on Windows support, which can be tracked in #54.

0xicingdeath commented 3 years ago

Hey @glazec and @appswarehouse, we have a beta version for Windows support for v0.4.5 to latest. Feel free to run the following to test it out:

git clone https://github.com/crytic/solc-select.git
cd solc-select
git checkout add/windows-support
python3 setup.py install 
solc-select install <version>
solc-select use <version> 

Happy to help any problems you encounter or feedback. Thanks!