I guess the developers of python-sat decided to change its version number from 0.1.8 to 1.8.
If I don't specify a version number, it tries to use an older version of this package and attempts to install python-sat==0.1.5.dev13:
Collecting py-aiger-sat
Using cached py_aiger_sat-3.0.6-py3-none-any.whl (6.2 kB)
Requirement already satisfied: py-aiger-cnf<6.0.0,>=5.0.0 in /home/ilker/miniconda3/lib/python3.10/site-packages (from py-aiger-sat) (5.0.7)
Requirement already satisfied: py-aiger<7.0.0,>=6.0.0 in /home/ilker/miniconda3/lib/python3.10/site-packages (from py-aiger-sat) (6.2.2)
Using cached py_aiger_sat-3.0.5-py3-none-any.whl (6.2 kB)
Using cached py_aiger_sat-3.0.4-py3-none-any.whl (6.3 kB)
Using cached py_aiger_sat-3.0.3-py3-none-any.whl (6.3 kB)
Using cached py_aiger_sat-3.0.2-py3-none-any.whl (6.3 kB)
Using cached py_aiger_sat-3.0.1-py3-none-any.whl (6.3 kB)
Collecting attrs<20.0,>=19.3
Using cached attrs-19.3.0-py2.py3-none-any.whl (39 kB) Collecting py-aiger-sat Using cached py_aiger_sat-3.0.0-py3-none-any.whl (6.2 kB) Collecting python-sat==0.1.5.dev13 Using cached python-sat-0.1.5.dev13.tar.gz (259 kB)
But installing python-sat==0.1.5.dev13 fails due to error: <urlopen error [Errno 110] Connection timed out>. I presume the reason is that this version is really old and the links it depends on are broken.
When I try to install this package using the following command:
It results in:
I guess the developers of
python-sat
decided to change its version number from0.1.8
to1.8
.If I don't specify a version number, it tries to use an older version of this package and attempts to install
python-sat==0.1.5.dev13
:But installing
python-sat==0.1.5.dev13
fails due toerror: <urlopen error [Errno 110] Connection timed out>
. I presume the reason is that this version is really old and the links it depends on are broken.Could you please look into this? Thanks.