嗨,理解我做错了什么有点问题。
在 mac osx 10.8.5 上试图找到以前安装和工作的对象。
安装 virtualenv 后导入 csnd6 不再起作用。
我已经使用 sudo pip install csnd 并且工作正常,我几天前就使用过它,我仍然可以在库的 2.7 站点包中看到它,但是 python 似乎不在 library/python/2.7/site- 中查找包
所以我认为这是因为之后安装了虚拟环境。或者做一些对我来说并不明显的事情。
我现在已经使用虚拟环境按照建议的方式完成了它,并且已经使用 pip 成功安装了包,但我的问题是 pip 现在无法识别 pypi 包:
Richards-MacBook-Pro-6:~ MouldySoul$ cd documents
Richards-MacBook-Pro-6:documents MouldySoul$ cd dev
Richards-MacBook-Pro-6:dev MouldySoul$ source bin/activate
(DEV)Richards-MacBook-Pro-6:dev MouldySoul$ pip search csnd
csnd - Python bindings for the Csound API.
(DEV)Richards-MacBook-Pro-6:dev MouldySoul$ pip install csnd
Downloading/unpacking csnd
Could not find any downloads that satisfy the requirement csnd
Some externally hosted files were ignored (use --allow-external csnd to
allow).
Cleaning up...
No distributions at all found for csnd
Storing debug log for failure in /Users/MouldySoul/.pip/pip.log
pip search 可以找到它,但不想安装模块,我没有任何使用的乐趣
pip allow-external csnd
任何正确方向的观点将不胜感激