umr-lops/xsar

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

Closed this issue · 1 comments

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

  • more_itertools (which seems useless now)
  • rasterio
  • rioxarray

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:

  • requirement.txt
  • environment.yml
  • setup.py

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.