我想做一个小项目与" symphony "。我的一个朋友可以在Mac上使用它,但我总是不能在我的Windows 7机器上使用它。
我们正在使用PyCharm,我试图通过这个程序下载它,但他告诉我没有版本满足我的任何要求。
我尝试了几种通过pip安装需求的方法,每次我得到一个错误。
"Could not find a version that satisfies the requirement symposion."
我的问题:有谁可以描述我,如何让sympsion在Windows上运行?
从这里下载压缩文件https://github.com/pinax/symposion/archive/master.zip
然后是cd symposion
,再运行python setup.py install
或者当您安装了pip时使用:
pip install https://github.com/pinax/symposion/archive/master.zip
使用pip install symposion
似乎给出错误"Could not find a version that satisfies the requirement symposion"
,但使用setup.py
安装或使用pip安装的url到zip文件工作正常