Effacer les filtres
Effacer les filtres

Python commands require a supported version of CPython. See Getting Started with Python.

13 vues (au cours des 30 derniers jours)
Hi, i already call python before.
woke up in the morning and this issue coming out..
how can i fix it?

Réponses (1)

Jaswanth
Jaswanth le 12 Juin 2024
Hi,
In regard to the error ‘Python commands require a supported version of CPython’ you have encountered, following response by MathWorks Support Team could be helpful:
As mentioned in the reference provided above, may indicate one of the following issues, depending on your platform.
Windows: You may have installed Python from the Microsoft store. MATLAB does not support ‘CPython’ versions from the Microsoft store. If this is the case, install a distribution, such as those found at https://www.python.org/downloads/ .
Linux and Mac: You may have installed Python without configuring the build with the "--enable-shared" flag. If this is the case, reinstall Python with this flag enabled.
If MATLAB does not recognize the new Python installation in neither of the cases, you can verify by running the following command in the MATLAB command window.
>>pyenv
I hope the information provided above is helpful.

Catégories

En savoir plus sur Call Python from MATLAB dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by