solaris
                                
                                 solaris copied to clipboard
                                
                                    solaris copied to clipboard
                            
                            
                            
                        [BUG]: installation
Thank you for helping us improve solaris!
Summary of the bug
Hey guys,
I created a conda environment with the dependencies defined in environment.yml to install solaris. However, in the end, I received the following error. Could you please advise?

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
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- 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
- OS:
- solarisversion:
- python version:
- version of any relevant dependencies (optional - we may ask for this information later if not provided)
Additional context
Add any other context about the problem here.
I have a similar problem, but it mentions glad, I tried twice, the second time in a freshly setup conda environment but it still throws the same error:

OS: Windows 10
I have the same issue. At the end of installation using  conda env create -n solaris -f environment.yml I get the warning error:

and then when pip install . I get

The same thing, are there any updates regarding this issue?
OS: Windows 10
I have the same issue. At the end of installation using
conda env create -n solaris -f environment.ymlI get the warning error:
and then when
pip install .I get
I have the same exact issue
Have the same issue. Any workarounds?
Have the same issue. Any workarounds?
Anyone who still has the same issue, follow the second path for the installation. Basicly install almost all dependencies by hand. Here is the way i did:
- Create new env. (I set my Python version to 3.7)
- Install the conda packages (GDAL, Fiona, rasterio, rtree (There may be more can't remember all) )
- Install the solaris using pip. If fails, it'll probably show an error telling which package is missing. Go to step 2.
- It may not install imageai package, try to install it by hand.