Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency issue with click["bug"] #622

Open
GrayEye opened this issue May 23, 2022 · 0 comments
Open

Dependency issue with click["bug"] #622

GrayEye opened this issue May 23, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@GrayEye
Copy link

GrayEye commented May 23, 2022

Description: Chime fails to launch locally when instructions here are followed. click dependency appears to be auto-updated, and has deprecated the get_os_args function used elsewhere in streamlit. Attempts to resolve by pegging streamlit and click to the latest versions in pip.lock file proved unsuccessful.

Steps to reproduce:

  1. Pull latest development branch
  2. Follow instructions from the run locally documentation.

Expected behavior:

Running local version of Chime.

What I got instead:

error from process logs in docker container
app_1 | File "/usr/local/lib/python3.7/site-packages/streamlit/cli.py", line 221, in _get_command_line_as_string

app_1 | cmd_line_as_list.extend(click.get_os_args())

app_1 | AttributeError: module 'click' has no attribute 'get_os_args'

@GrayEye GrayEye added the bug Something isn't working label May 23, 2022
@jlubken jlubken self-assigned this May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants