CosmiQ / solaris

CosmiQ Works Geospatial Machine Learning Analysis Toolkit
https://solaris.readthedocs.io
Apache License 2.0
411 stars 112 forks source link

[BUG]: Problem installing on Windows 10 through conda #431

Open eldarbaykiev opened 2 years ago

eldarbaykiev commented 2 years ago

Thank you for helping us improve solaris!

Summary of the bug

I have problems installing solaris on Windows 10 following instructions. Following README instructions doesn't help - environment is not created properly. When I try to manually install all packages from environment.yml in already existing environment, necessary packages are installed, but later conda install solaris does not work property.

Steps to reproduce the bug

conda install solaris

Buggy behavior and/or error message

Please describe the buggy behavior and/or paste output here. Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: | Found conflicts! Looking for incompatible packages. This can take several minutes. Press CTRL-C to abort./ Examining @/win-64::__archspec==1=x86_64: 50%|█████████████████████ | 2/4 [00:00<00:00, 2.28it/s]/ /failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

Environment information

Additional context

I am installing in already existing environment. When I try to create a separate environment according to README, it fails due to 'conflicts between package versions'.