原文:python使用MATLAB報錯OSError: MATLAB Engine for Python supports Python version 2.7, 3.4, 3.5 and3.6,but your version of python is 3.8

因為最近准備對折線圖 曲線圖進行坐標讀取,所以使用python調用MATLAB進行嘗試,但在此過程出現報錯: 我使用的MATLAB b不支持python . 版本。 解決方法: 我選擇在anaconda中創建一個虛擬環境。 如下: 因為最高支持 . 的版本,所以創建一個 . 版本的 打開pycharm,在setting中設置,選擇add 一般創建的虛擬環境都在anaconda的envs中 設置完環 ...

2022-01-01 18:50 1 995 推薦指數:

查看詳情

python 安裝 matlab engine

官方安裝教程https://ww2.mathworks.cn/help/matlab/matlab_external/install-the-matlab-engine-for-python.html 在conda的環境里安裝matlab engine,指定--prefix,安裝到環境下 ...

Wed Apr 14 19:24:00 CST 2021 0 254
python version 2.7 required,which was not found in the registry

安裝MySQL-python-1.2.4b4.win32-py2.7.exe的時候,出現python version 2.7 required,which was not found in the registry,翻譯過來就是:不能再注冊表中識別出來python2.7,解決方案如下: 新建 ...

Fri Mar 11 19:18:00 CST 2016 1 1594
python version 2.7 required,which was not found in the registry

安裝PIL-1.1.7.win32-py2.7的時候,不能再注冊表中識別出來python2.7 方法:新建一個register.py 文件,把一下代碼貼進去,保存 (代碼來自:http://effbot.org/zone/python-register.htm) 按F5執行 ...

Tue Aug 27 05:16:00 CST 2013 7 24875
Python version 2.7 required, which was not found in the registry

安裝setuptools的時候,不能再注冊表中識別出來python2.7 在網上找了方法,僅作筆記,供下次使用 方法: 新建一個register.py 文件,把一下代碼貼進去,保存(G盤) 輸入以下命令(register.py 存放在 G盤底 ...

Thu May 24 08:08:00 CST 2012 11 25579
python2.7python3.6python3.8多版本windows10安裝,pip共存

1、官網下載安裝包,建議安裝32位,自動兼容X64 x86是32位,x86-64是64位。 可以通過下面3種途徑獲取python: web-based installer 是需要通過聯網完成安裝的 executable installer 是可執行文件(*.exe)方式安裝 ...

Fri Nov 13 21:18:00 CST 2020 0 912
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM