-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Build errors with existing qhull #8872
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
Comments
Edit: That's actually just the difference between master and release, so everything is fine |
|
So, this seems like a bug to me, in
Surely if the version doesn't match, we should use the bundled qhull? |
I ran into similar issue with I have a Ubuntu 14.04 machine running on Intel i5 processor, so I installed dependency Finally, I ran |
Still seems strange for matplotlib to bundle |
see #8390 (comment) for the rationale (which I definitely agree is not very strong). |
Uh oh!
There was an error while loading. Please reload this page.
Having trouble building matplotlib from source. It seems that
QHULL_LIB_CHECK
is not defined for me, which causes a chain of useless errors. My guess is that the problem is I already have a system Qhull package (for ROS), which is conflicting with the bundled one. Here's the output I get:python setup.py build
In case it's relevant, here's some info about my installed qhull
dpkg -s libqhull-dev
I'm doing this on WSL.
The text was updated successfully, but these errors were encountered: