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

19 次查看(过去 30 天)
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 个)

类别

Help CenterFile Exchange 中查找有关 Python Package Integration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by