iris icon indicating copy to clipboard operation
iris copied to clipboard

Document Ubuntu VM install issues

Open robmarkcole opened this issue 2 years ago • 1 comments

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 avatar Sep 26 '23 10:09 robmarkcole

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'

robmarkcole avatar Sep 26 '23 10:09 robmarkcole