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

19 views (last 30 days)
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.

Answers (0)

Categories

Find more on Python Package Integration in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!