How to uninstall mcc compiled python module that was previously installed using "python setup.py install"?
19 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have compiled MATLAB code to Python code using mcc (MATLAB code compiler) and installed the module using "python setup.py install" into my Python environment.
The code runs fine in Python, but now I want to uninstall the module since there is another Python library that I want to install which unfortunately shares the same module name. I tried "python setup.py uninstall" and uninstalling using pip, but both does not seem to work.
Any help is appreciated. Thanks in advance.
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Python Package Integration 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!