-
-
Notifications
You must be signed in to change notification settings - Fork 31
QGIS3 Install Failed on Matplotlib Dependency #50
Comments
I hit the same problem. The cause is that matplotlib was moved recently to Homebrew/core so it's no longer "homebrew/science/matplotlib" but just "matplotlib". BTW when I tried to install with "--ignore-dependencies" it crashed like that:
|
I am running into the same issues. Kyng Chaos builds also fail due to Looking forward to QGIS 3 and hoping this formula will provide a route to usage. |
For now, the best option is to fix formula locally. I just used: |
Changing "homebrew/science/matplotlib" to "matplotlib" didn't work for me.
Even a
The discussion at |
I have tried one more time and it definitely works. But maybe it's because I have already installed matplotlib? |
I face the same problem and @Malauch 's solution works perfectly for me although I didn't specifically install matplotlib since the move from "homebrew/science/" . |
https://github.com/Homebrew/homebrew-science/issues/6331
matplotlib will not provide with homebrew. |
PR: #51 I try matplotlib with pip install, I can build it and run QGIS 2.99.
|
It seems that it requires defining resources required by a python package, e.g. (the following is generated by running
then installing these resources inside of the install section, e.g.
No idea yet how this relates to the present script... |
👍 for using a venv removing the matplotlib line fixed the build (without additonal options like 3d that I want to try) for me after I cleaned out a lot of junk using brew cleanup / doctor and removing old qt versions. |
Tried both #51 and deleting the matplotlib manually using brew edit, with no luck. @AndrewAnnex did you make any other changes to get it to build? I got python binding errors on OSX 10.13.2 with Python 3.6.3 installed via Anaconda,
Very eager to try out 3.0. |
I remember having to remove any and all QT related things. After I removed all QT 4 and 5 components I think it worked after that. I could go through my bash history to work out what I removed if more specific steps are needed. |
I hit the same problem.
and then delete the line 86 |
If I delete or comment the line 86, I get the error message |
I replaced the homebrew/science dependency with brewsci and for me it seems to work well (without matplotlib qgis3-dev still compiled without errors but I was no longer able to install plugins that relied on matplotlib). |
Do
and change
to
...and that should work. At least, it did for me. Homebrew moved its directories around recently, and the formula wasn't updated accordingly. |
Since homebrew deprecated homebrew-science and have decided not to migrate
We can conceivably do the same for |
brew install qgis/qgisdev/qgis3-dev
The text was updated successfully, but these errors were encountered: