Python commands require a supported version of CPython. See Getting Started with Python.
58 views (last 30 days)
Show older comments
Hi, i already call python before.
woke up in the morning and this issue coming out..
how can i fix it?
0 Comments
Answers (1)
Jaswanth
on 12 Jun 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.
0 Comments
See Also
Categories
Find more on Call Python from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!