oturns / geosnap

The Geospatial Neighborhood Analysis Package
https://oturns.github.io/geosnap-guide
BSD 3-Clause "New" or "Revised" License
243 stars 32 forks source link

quilt3 error on fresh python 3.9 install #317

Closed sjsrey closed 2 years ago

sjsrey commented 2 years ago

After installing from the latest conda-forge in a fresh environment:

Screenshot from 2021-11-18 13-48-12

knaaptime commented 2 years ago

can you check quickly which version of quilt3 got installed?

jsonschema is pinned in the latest quilt conda-forge recipe. We don't pin to a minimum quilt version in geosnap, so its possible we need to set quilt3>=3.6

knaaptime commented 2 years ago

could we take a look at your conda list in that environment?

sjsrey commented 2 years ago

This will fix it:

conda install quilt3=3.6 -c conda-forge