如何添加和使用“Numpy”图书馆?
我很想知道如何在 Intellij 中从命令提示符/终端安装后运行和添加 NumPy 库?我已经成功安装了该软件,但它无法正常工作。我需要指导方针。
谢谢你,干杯。
I would love to know how to run and add NumPy library after installation from the command prompt/ terminal in Intellij? I have successfully installed that one but it is not working properly. I need guidelines.
Thank You, Cheers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以配置您安装的解释器IntelliJ IDEA 中的 numpy(
where python
可能会向您显示正确的那个),或 安装 numpy到您当前使用的解释器中。You can either configure the interpreter to which you installed numpy (
where python
will probably show you the right one) in IntelliJ IDEA, or install numpy into your currently used interpreter.