I have a clone of python cmake installed on my system cause the package causes some problems.
Now when i install a package (vaex) that has a dependency of python cmake pip reinstalls the cmake from PyPi whic is causing errors.
How can I prevent pip from reinstalling tha package from the source since the clone is already installed ?
This is how the installed package looks import pkg_resources pkg_resources.require('cmake')
Output:
[cmake 0.post2+g292abae (/data/data/com.termux/files/home/.local/lib/python3.10/site-packages)]