您好,当我尝试在launch stash中使用pip时,它给出以下错误
StaSh v0.6.18
Tip: Stop a running command by pressing the CC button (Ctrl-C on external keyboard)
[~/Documents]$ pip install tensorflow
Querying PyPI ...
Error: Source distribution not available for tensorflow: 1.2.1谢谢你的帮助。
发布于 2020-03-19 17:50:12
TensorFlow具有C依赖项,这在Pythonista上不受支持。我只通过远程python环境来处理我在TensorFlow上的iPad项目;Juno是一个易于使用的解决方案,它是一个用于ipad的Jupyter笔记本应用程序,可以连接到远程jupyter环境,比如Azure。
发布于 2017-07-04 02:20:54
先试试这个
pip install --upgrade piphttps://stackoverflow.com/questions/44891632
复制相似问题