How to run a python file .py in matlab

30 visualizzazioni (ultimi 30 giorni)
PA
PA il 29 Set 2023
Risposto: Avni Agrawal il 28 Gen 2025 alle 8:51
I am using Anaconda and then i saved the python anaconda script file as .py file extension and when i call the python script file i get this error.
Error using <string>><module> (line 1) Python Error: ModuleNotFoundError: No module named 'skopt' . However i already have installed scikit-optimize in ana conda. I refer this too
Python Error: ModuleNotFoundError: No module named 'numpy' but i still have the issue
  1 Commento
Rik
Rik il 1 Ott 2023
Can you post Matlab code and a minimal example that reproduces the error?

Accedi per commentare.

Risposte (1)

Avni Agrawal
Avni Agrawal il 28 Gen 2025 alle 8:51
Hi @PA,
I understand you are experiencing an error when attempting to execute a Python Anaconda script from within the MATLAB environment. This issue arises because MATLAB requires a supported version of the reference implementation, CPython, installed on your system to interact with Python modules. You can find more details about this requirement in the official MATLAB documentation https://www.mathworks.com/help/matlab/matlab_external/install-supported-python-implementation.html.
By default, MATLAB does not directly support executing Anaconda Python scripts. However, there are workarounds that allow you to run Conda scripts from MATLAB. These solutions typically involve modifying the MATLAB environment variables to integrate Anaconda's Python interpreter.
For detailed guidance on implementing these workarounds, I recommend checking out this MATLAB Central answer: https://www.mathworks.com/matlabcentral/answers/427187-problem-with-python-numpy?s_tid=mwa_osa_a.
I hope this helps!

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by