Replies: 1 comment
-
Related: piwheels/packages#60 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to install pypro on my raspbarry, it fails with the following Error:
I already try to install it from apt-get
sudo apt-get install proj-bin libproj-dev
. There I had no errors, but I was not able to install another package which needs this.I also tried
pip install pyproj --no-binary pyproj
but also without success.EDIT: It helps to install pyproj<3.3, see matplotlib/basemap#571 (reply in thread), Many Thanks for the help :)
Beta Was this translation helpful? Give feedback.
All reactions