ESA-PhiLab / iris

Semi-automatic tool for manual segmentation of multi-spectral and geo-spatial imagery.
GNU General Public License v3.0
135 stars 41 forks source link

Document Ubuntu VM install issues #37

Open robmarkcole opened 1 year ago

robmarkcole commented 1 year ago

1)

Collecting pyyaml==5.4.1 (from iris==0.0.0)
  Downloading PyYAML-5.4.1.tar.gz (175 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.1/175.1 kB 26.3 MB/s eta 0:00:00
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error

Solution: pyyaml>=5.4.1

That's it!

robmarkcole commented 1 year ago

However when I run the app, it repeatedly rejects my password, even when I create a new account via the UI and attempt to access that.

image

Verifying it exists:

image

Tried to get around this by commenting out all the @requires_auth but then get KeyError: 'user_id'