Open simin98 opened 3 years ago
Hey @simin98! Thanks for reporting this. Do you have python3
installed? I think you might need Python 3.x for this, as Python 2 has been deprecated.
The install.sh
file you're mentioning is part of an older release of solc-select that uses Docker. This has since been refactored in Python. Do you know where you saw these instructions?
You can try the following instead. (You can do this or the installation via pip):
git clone https://github.com/crytic/solc-select.git
cd solc-select
python3 setup.py install
Hey @simin98! Thanks for reporting this. Do you have
python3
installed? I think you might need Python 3.x for this, as Python 2 has been deprecated.The
install.sh
file you're mentioning is part of an older release of solc-select that uses Docker. This has since been refactored in Python. Do you know where you saw these instructions?You can try the following instead. (You can do this or the installation via pip):
git clone https://github.com/crytic/solc-select.git cd solc-select python3 setup.py install
Hi @simin98! Python2 isn't officially supported anymore, which is why solc-select will not work on that setup. You may need to raise this issue in Oyente which is relying on an older version.
@simin98 use Python 3.8 then git clone https://github.com/crytic/solc-select.git cd solc-select sudo python3 setup.py install
pip install solc-select==0.2.0 pip install solc-select==0.2.1 Could not find a version that satisfies the requirement solc-select==0.2.1 (from versions: ) No matching distribution found for solc-select==0.2.1 ang my python version is 2.7
when I try git clone https://github.com/crytic/solc-select.git ./solc-select/scripts/install.sh
it shows bash: ./solc-select/scripts/install.sh: No such file or directory
so how can I do ?