Python Forum

Full Version: Media Pipe Python Interfacing with MATLAB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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