Python Forum
Media Pipe Python Interfacing with MATLAB - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Media Pipe Python Interfacing with MATLAB (/thread-42215.html)



Media Pipe Python Interfacing with MATLAB - cmcreecc - May-29-2024

Hi, so I've done some research and I've found that MATLAB can interface with Python in a pretty straightforward manner, but I'm running into an issue. For some reason, when I download Python from a browser (executable installation), MATLAB can detect it but when I try to run the setup commands for the Media Pipe program through the command prompt it says: "The system cannot find the file specified," it seems to be looking for Python 3.12 for some reason even though the only version I have installed is 3.11. Inversely, I have the opposite problem when I install the Python 3.11 from the Microsoft store, I can install the Media Pipe program but then MATLAB can't recognize it. I'm stuck on where to go from here since I'm new to using Python, so any advice on what to try in order to troubleshoot would be appreciated.


RE: Media Pipe Python Interfacing with MATLAB - TrentErnser - May-30-2024

In MATLAB, you can specify the Python version you want to use with the pyenv function.
Quote:pyenv('Version', 'path\to\python.exe');
Link Removed