testerSunshine / 12306

12306智能刷票,订票
MIT License
33.87k stars 9.81k forks source link

> > pip install的时候,显示no such file #821

Closed MoonlightSmile closed 3 years ago

MoonlightSmile commented 3 years ago

pip install的时候,显示no such file

小白今天尝试,也是依赖无法安装,找不到文件,怎么弄?

Collecting wrapcache==1.0.8 Downloading https://pypi.tuna.tsinghua.edu.cn/packages/39/5f/fee52c29d0887a0457f256d7503d2bea1ad3fe9d02d269b1374db400a757/wrapcache-1.0.8.zip (16 kB) ERROR: Could not find a version that satisfies the requirement ntplib==0.3.3 (from -r requirements.txt (line 6)) (from versions: 0.3.4, 0.4.0) ERROR: No matching distribution found for ntplib==0.3.3 (from -r requirements.txt (line 6))

以上是我本地cd到12306-master目录下运行:pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt,后报错。

Originally posted by @xubuyu in https://github.com/testerSunshine/12306/issues/91#issuecomment-860074504

我也是这样