Closed aidanheerdegen closed 3 years ago
This commit added a dependency on
noise
Yep. But the project overrides the requirements.txt
in the setup.py
so installations won't get it. See https://github.com/makepath/xarray-spatial/blob/83df55164f5206f2f07754fb12cda80ec2909322/setup.py#L17-L30
I'll bump the build number and add it here but this is an issue upstream.
Ah. Based on the comment noise
is supposed to be an optional dependency. So you must install it yourself via conda install noise
. Pip and conda won't. While pip could if they add a setup.py entry for it conda does not handle optional dependencies that way.
Issue:
Environment (
conda list
):Details about
conda
and system (conda info
):This commit added a dependency on
noise
https://github.com/makepath/xarray-spatial/commit/d89d302ebb95311e9270b618a15e8f4e17a68fc9
but this has not been added to the feedstock recipe. Consequently
xrspatial.datasets
throwsModuleNotFoundError
when we try and import it