Borrar filtros
Borrar filtros

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

13 visualizaciones (últimos 30 días)
Hi, i already call python before.
woke up in the morning and this issue coming out..
how can i fix it?

Respuestas (1)

Jaswanth
Jaswanth el 12 de Jun. de 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.

Categorías

Más información sobre Call Python from MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by