What does the error, "fl:filesystem:AccessDenied" mean when trying to use Python?
31 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Matt Butts
le 2 Avr 2024
Commenté : Matthias Schwaiger
le 12 Mai 2025
I am trying to call Python from MATLAB, but whenever I run any Python commands, I get the error: fl:filesystem:AccessDenied
For example:
>> pyenv
fl:filesystem:AccessDenied
>> py.list({'This','is a','list'})
fl:filesystem:AccessDenied
I can't find any information about what this means.
I have Python 3.9 installed and I can call Python from the Windows command line.
3 commentaires
Matthias Schwaiger
le 12 Mai 2025
The same happens on my machine when editing simulink models (I do not use python). I use a separate prefdir and also a separate temp-folder for that Matlab instance only. Is there any way to see which file can not be accessed in order to track it down?
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Call Python from MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!