How to uninstall mcc compiled python module that was previously installed using "python setup.py install"?

19 visualizaciones (últimos 30 días)
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.

Respuestas (0)

Categorías

Más información sobre Python Package Integration en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by