solaris icon indicating copy to clipboard operation
solaris copied to clipboard

[BUG]: installation

Open ghasemadi opened this issue 4 years ago • 6 comments

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? 99612457-fa666500-29eb-11eb-9c9b-480e9eedd87b

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:

  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

  • OS:
  • solaris version:
  • 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.

ghasemadi avatar Nov 24 '20 20:11 ghasemadi

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: solaris-error

mobicham avatar Dec 07 '20 16:12 mobicham

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:

image

and then when pip install . I get

image

bartekrdz avatar Dec 17 '20 19:12 bartekrdz

The same thing, are there any updates regarding this issue?

kreozotica avatar Feb 18 '21 07:02 kreozotica

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:

image

and then when pip install . I get

image

I have the same exact issue

eldarbaykiev avatar Aug 05 '21 14:08 eldarbaykiev

Have the same issue. Any workarounds?

TheDoctorOne avatar Nov 03 '21 07:11 TheDoctorOne

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:

  1. Create new env. (I set my Python version to 3.7)
  2. Install the conda packages (GDAL, Fiona, rasterio, rtree (There may be more can't remember all) )
  3. Install the solaris using pip. If fails, it'll probably show an error telling which package is missing. Go to step 2.
  4. It may not install imageai package, try to install it by hand.

TheDoctorOne avatar Nov 06 '21 06:11 TheDoctorOne