How do I solve this Python error message "No module named 'numpy' " in MATLAB Online ?
Mostra commenti meno recenti
I tried this block "CustomPythonModelPredict" by Statistics and Machine Learning Toolbox.
See below link.
I opened slexCustomPythonModelPredictExample.slx as this documentation.
I executed PredictResponsesUsingCustomPythonModelExample.mlx but
I got this error.
I looked into MATLAB Answer community and found similar posts but I couldn't figure out the solution.
Also I did this command
system('python -m pip install numpy')
but
/usr/bin/python: No module named pip
shows up. I'm not sure....
In the case of MATLAB Online, how do you solve this issue?
It'd be nice if you could give me any advice.

Here is the result I did pyversion command.
>>pyversion
version: '3.10'
executable: '/usr/bin/python3'
library: 'libpython3.10.so.1.0'
home: '/usr'
isloaded: 1
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Introduction to Installation and Licensing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!