01.03.2017 · 关于WindPy(主要针对金融狗而言) 如果你的程序里面存在from WindPy import w,那么这个虚拟环境下运行改程序就会报错。 Traceback (most recent call last): File "main.py", line 3, in <module> from WindPy import w ImportError: No module named WindPy
that server will complain no module named numpy found. However, if I first ssh to that server by. ssh <server name> then run that python command on that server <python command> everything will be ok. This means that server has already been installed numpy module, and it just cannot find the module without my logging on it.