Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我的程序搜索 Numpy 时会引发 ImportError。然而,从import numpy正常工作来看,numpy 已安装。
import numpy
我试过了
似乎没有一个工作。有什么建议么?
有什么建议么?
import numpy; print(numpy.__version__)执行 c:\agent03_work\s\turo.venv\bin\python.exe 时是否有效?如果没有,你需要c:\agent03\_work\s\turo\.venv\bin\pip install numpy并且你应该被排序。
import numpy; print(numpy.__version__)
c:\agent03\_work\s\turo\.venv\bin\pip install numpy