testerSunshine / 12306

12306智能刷票,订票
MIT License
33.76k stars 9.79k forks source link

Mac M1怎么搭建环境呢? #829

Open doubleLLL3 opened 2 years ago

doubleLLL3 commented 2 years ago

描述问题

无法安装requirements.txt
![image](https://user-images.githubusercontent.com/44157339/150240274-aea0c1f2-990b-4de9-94c3-45780224d1d3.png)

重现步骤

pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
一直卡在找不到tensorflow==1.14.0

截图&日志 image

环境信息

额外的备注

Hovennnnn commented 2 years ago

你的Python版本太高了,看一下Readme.md吧

yangnan996 commented 2 years ago

tensorflow1.14对应的Python版本是3.5到3.7版本,建议给新建一个低版本的虚拟环境