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

조회 수: 20 (최근 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