astrofrog / pypi-timemachine

Install packages with pip as if you were in the past!
BSD 2-Clause "Simplified" License
111 stars 9 forks source link

Can not find version that exists at specific date #5

Open Reset816 opened 3 years ago

Reset816 commented 3 years ago

I want to install the scikit-learn 0.21.2 but don't want to install its latest dependences I notice that scikit-learn 0.21.2 release on May 24, 2019

With the following command I start the timemachine pypi-timemachine 2019-05-26

However, when I type in the command pip install --no-cache-dir --index-url http://127.0.0.1:46403/ scikit-learn==0.21.2

It failed and the error message is above image Am I made some mistakes or it's a bug?

Reset816 commented 3 years ago

same situation happens when I want to install jupyterlab 0.35.4 when using command pypi-timemachine 2019-08-08

Reset816 commented 3 years ago

It's strange that when I run the timemachine in the wsl2 ubuntu:18.04 instead of docker image of ubuntu:1804 in wsl2 ubuntu:20.04 5 hours ago, the problem is gone and work perfectly