Matlab 2019a Ubuntu 20 Python 3.7.12 "Path argument does not specify a valid executable"
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
we're trying to use Python 3.7.12 on a Matlab Docker 2019a Image on a Ubuntu v20 installation. On the windows counterpart this works fine setting it up via "pyversion($PATH_TO_PYTHON_ON_C)". However unfortunately on Ubuntu this fails with 3.7.12, whereas it's working with 3.8 (but it fails to run it, since it's incompatible with 2019a, goes only up to 3.7) saying "Path argument does not specify a valid executable"
Please see the screenshot for the detailed error message, Python 3.7.12 is definetly there and can be started.
Thanks for your answers!
0 Commenti
Risposte (1)
Al Danial
il 21 Apr 2022
Does the command pyenv work in 2019a? If yes, what output does it show? 2020b uses pyenv to show what MATLAB thinks the Python exe is, and if it isn't found pyenv can be used to set it.
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!