umr-lops / xsar

Synthetic Aperture Radar (SAR) Level-1 GRD python mapper for efficient xarray/dask based processing
https://cyclobs.ifremer.fr/static/sarwing_datarmor/xsar/
MIT License
29 stars 8 forks source link

`conda install xsar` is leading to "failed with initial frozen solve." before successful install #128

Closed agrouaze closed 1 year ago

agrouaze commented 1 year ago

In the dependencies of xsar some are currently (release v9.1) creating conflicts in conda solver. In particular :

The conflicts are solved but it makes the installation of xsar super long (about 45min).

The second problem is that we have too many dependencies files:

agrouaze commented 1 year ago

after some tests it appears that the main remaining conflict is coming from geopandas <-> rioxarray. Both libraries are kind of pilar of xsar so I suppose that we need to keep it as it is waiting for future version of the libs that are compatible.