-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Summary
I attempted to install and run the project following the instructions in the repository, but the provided conda environment file (examples/env/environment.yml) fails to build on macOS due to several pinned packages that cannot be resolved. It is also unclear what the recommended setup process is, or which Python versions / platforms are supported.
I also tried to install using pip install git+https://github.com/abpoll/unsafe in the test notebook, but had to install requests and rioxarray, and upon rioxarray, received a numpy issue.
Steps to Reproduce
run conda env create -f examples/env/environment.yml
Behavior
ResolvePackageNotFound:
- rasterio=1.3.9
- pandas=2.2.0
- matplotlib=3.8.2
- ipykernel=6.29.0
Expected Behavior
The provided environment should resolve successfully across supported platforms.
Alternatively, documentation should clarify:
- supported Python versions,
- supported OS/architectures,
- recommended channels, and whether strict version pins are truly required.
Additional Context
I’m happy to test updated environment files or help improve the documentation once I can get the environment running. It’s entirely possible I’ve missed something, and apologies if so. This package looks fantastic, and I’m really excited to use it. Thank you for all the hard work that’s gone into building it!