2

所以我目前正在使用便携式python,我需要添加neurolab库。在命令行上,我尝试移动到脚本目录并运行

easy_install.exe neurolab

然后另一个命令行窗口打开,它在谷歌代码及其列表文件中找到了神经实验室项目。然后它穿过大量的线,然后窗口关闭。

然而,neurolab 没有添加到我的便携式 python 中......

任何帮助将非常感激

4

1 回答 1

1

This looks like pure Python library. If that is the case you can install it without easy_install by following these steps:

  1. Download from PyPi https://pypi.python.org/pypi/neurolab
  2. Unpack the tar.gz file with Winzip, 7-zip or other tool
  3. Copy contents of "neurolab" (marked on the picture) folder to App\Lib\site-packages\ in Portable Python
  4. Use it !
于 2013-05-27T14:58:07.593 回答