-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install fails on "Could NOT find Qhull" #261
Comments
This is a problem with CMake not finding qhull in your system, but there were no changes to that between release. This is probably related to some qhull installation change on the host. |
hmm, forcing my pip requirements.txt list to use 0.9.52 allows pip to proceed successfully. Is there any possibility some qhull files didn't get packaged and uploaded to pypi? |
Very strange. The only qhull-related installation file is in cmake_modules, but that is present in the source distribution in pypi. |
@nmz787-intel, I am trying to run the gdstk module locally, when i am running the makefile present in the module, it is giving me the same error of Qhull not found, I have pasted the screenshot below. Can you help me resolve this issue |
You need the qhull library installed on your system and available for CMake to find. That's the error being reported. |
@heitzmann I reviewed the commit history between the (0.9.52) and (0.9.53) releases, and didn't see anything obviously regarding QHull or packaging, are there any commits you can point me to for review? Or is there really nothing that changed? |
Indeed, there were no changes between these releases, that's why I'm finding this issue so unexpected. |
@Rishabhgoyal07 Did you solve this problem and if so, how did you solve it? |
latest release (0.9.53) is failing to install, while just-prior release worked (0.9.52).
The text was updated successfully, but these errors were encountered: