【发布时间】:2021-02-18 02:01:07
【问题描述】:
我正在尝试在 google colab 中安装早期版本的 inferpy,但我不断收到此错误。我可以毫无错误地安装最新版本。我尝试了适用于本地机器的解决方案,但没有一个适合我。
我的代码:
!pip install inferpy==0.0.3
我得到的错误:
Using cached https://files.pythonhosted.org/packages/c3/d7/825b509d4067e09571f58a3ab86bdf0672134e67c51cb126c2e0d3a47127/inferpy-0.0.3.tar.gz
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
任何想法如何解决这个问题? 谢谢
【问题讨论】:
-
这是错误
ERROR: inferpy-0.0.3.tar.gz is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with svn+, git+, hg+, or bzr+).。我建议您使用较新的版本。