我无法将 numpy 放入Django
项目的 libs 文件夹中。我不想在我的机器上安装它,因为它无处不在。当我将 numpy 文件夹放入 lib 文件夹时,会出现以下错误:
File "C:\Users\Ketan\Desktop\NES\libs\numpy\__init__.py", line 128, in <module
>
raise ImportError(msg)
ImportError: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python intepreter from there.
我还将Scipy
文件夹放在 libs 文件夹中。
我用过PIL
同样的方法,效果很好。谁能告诉我我哪里错了??