hunkim / streamlit-google-oauth

An example Streamlit application that incorporates Google OAuth 2.0
52 stars 39 forks source link

pip installing does not work. #8

Closed Shai-Koffman closed 1 year ago

Shai-Koffman commented 1 year ago

pip install git+https://github.com/hunkim/streamlit-google-oauth Collecting git+https://github.com/hunkim/streamlit-google-oauth Cloning https://github.com/hunkim/streamlit-google-oauth to /private/var/folders/gh/4xsxq9n96yl9gw0m0n1f994m00nkl1/T/pip-req-build-ujktlybk Running command git clone --filter=blob:none --quiet https://github.com/hunkim/streamlit-google-oauth /private/var/folders/gh/4xsxq9n96yl9gw0m0n1f994m00nkl1/T/pip-req-build-ujktlybk Resolved https://github.com/hunkim/streamlit-google-oauth to commit 2e68b591c3f13671739067e40060585177144644 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 ╰─> [3 lines of output] error in streamlit_google_oauth setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after version specifier) protobuf<=3.20.x


      [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.
(venv) skmn-macbookpro3:KoffmanWebsite skmn$