mkhorasani / Streamlit-Authenticator

A secure authentication module to validate user credentials in a Streamlit application.
Apache License 2.0
1.38k stars 229 forks source link

error: subprocess-exited-with-error, in an attempt to install 0.3.0 #117

Closed fsmosca closed 5 months ago

fsmosca commented 5 months ago
(venv) PS F:\Project\st_authenticator_test> python --version                   
Python 3.11.7
(venv) PS F:\Project\st_authenticator_test> pip install streamlit-authenticator
Collecting streamlit-authenticator
  Using cached streamlit-authenticator-0.3.0.tar.gz (16 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [20 lines of output]

...

      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

Setup

mkhorasani commented 5 months ago

@fsmosca please try downloading v0.3.1 that was just released.