-
|
When I try to install basemap on my raspberry 4 (Raspberry Pi OS Lite) I get the following error message. On my Windows 11 PC, it works without problems. Has somebody an idea how I can fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Hi @capoaira! The problem here is from the I see that piwheels has successful binary wheels for If this does not work, you can still install I hope you find this helpful. If it still does not work, feel free to mention what is causing troubles. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @capoaira. I am sorry to hear that. I didn't realise from your traceback that you were running Python 3.9, it seems that piwheels only has precompiled wheels for I was checking the traceback of the failed builds for You probably need to install the following libraries before (not tested, I just checked with If |
Beta Was this translation helpful? Give feedback.
Hi @capoaira. I am sorry to hear that. I didn't realise from your traceback that you were running Python 3.9, it seems that piwheels only has precompiled wheels for
pyproj==1.9.6and Python 3.7 but not Python 3.9. This means that your only solution is the DIY, i.e. you really need to buildpyprojfrom source.I was checking the traceback of the failed builds for
pyproj==3.4.1in piwheels, and one always finds errors similar to that in your original message:You probably need to install the following libraries before (not tested, I just checked w…