CosmiQ / solaris

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

[BUG]: (Couldnt install Solaris on Windows) #413

Closed pingjuh closed 3 years ago

pingjuh commented 3 years ago

Thank you for helping us improve solaris!

Summary of the bug

A clear and concise description of what the bug is. Could not install Solaris on Windows: GDAL must be installed to use solaris. See the documentation for more info. We recommend installing GDAL within a conda environment first, then installing solaris there.

Steps to reproduce the bug

Please either paste sample code used to generate the buggy behavior below, or provide step-by-step instructions to reproduce the problem.

Paste bug-causing code here

I followed the installation instructions git clone https://github.com/CosmiQ/solaris.git cd solaris conda env create -n solaris -f environment.yml conda activate solaris pip install .

I tried conda install -c conda-forge rtree gdal=2.4.1 pip install solaris

didn't work too.

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Buggy behavior and/or error message

Please describe the buggy behavior and/or paste output here.

Paste output here

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Environment information

Additional context

Add any other context about the problem here.

pingjuh commented 3 years ago

solved by installing solaris on wsl2