darksidelemm / cusf_predictor_wrapper

Python Wrapper for the CUSF Standalone Predictor
GNU General Public License v3.0
18 stars 10 forks source link

Dependencies for flawless install #7

Closed MikeTango closed 3 years ago

MikeTango commented 3 years ago

Hi,

i made it compile without errors being thrown by adding libgeos-dev, as well as libatlas-base-dev described here:

https://numpy.org/devdocs/user/troubleshooting-importerror.html

It still keeps nagging about "eccodes 1.3.3 has requirement numpy<1.20, but you'll have numpy 1.21.2 which is incompatible." but that doesn't stop it from running.

darksidelemm commented 3 years ago

I've added these to the dependencies list in the readme, thanks!