簡體   English   中英

哪個 numpy 版本與 Python 3.7 兼容?

[英]What numpy version is compatible with Python 3.7?

由於 GMAT libPythonInterface.dll 中的二進制依賴關系,Goddard 任務分析工具 GMAT 2020a python 版本受限於 Python 3.7

運行 python 用戶函數時,我得到了臭名昭著的 numpy 異常:

沒有名為“numpy.core._multiarray_umath”的模塊

錯誤消息中的其他文本試圖提供幫助並將用戶引導至 (https://numpy.org/devdocs/user/troubleshooting-importerror.html ),但其中的建議是通用的、錯誤的和不完整的。

經過大量研究,我在 ( https://numpy.org/neps/nep-0029-deprecation_policy.html ) 上發現了 numpy-python 版本依賴項的描述,我想在此處記錄它,供我自己和其他用戶使用。

此外,使用 conda 及其出色的依賴檢查器,我發現了以下常見應用程序版本(我與 GMAT 一起使用),如下所示:

-numpy 1.16

-matplotlib 3.4

-scipy 1.5.3

-xlwings-0.26.3

-xlsxwriter-3.0.2

-PyQt5 5.12

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM