Marco Cucchi
Results
2
comments of
Marco Cucchi
### Fix #### `conda` environment Install `proj` from `conda-forge` prior installing `xmovie`: ``` conda create -n xmovie python=3.9 conda activate xmovie conda install -c conda-forge proj pip install xmovie ```...
Hi @jbusecke. Yes, a pure `conda` installation works fine, even when `cartopy=0.20` is installed (which looks like being the source of the reported issue with `pip`). The following command correctly...