CodeForPhilly / CodeForPhilly/chime

Dependency issue with click["bug"]

Offen
#622 0 Kommentare 0 Reaktionen 1 zugewiesene Person Beansprucht von @jlubken Auf GitHub ansehen
bug
Vorherrschende Sprache
Python
Sterne
210
Forks
153
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

### Description: Chime fails to launch locally when instructions [here](https://codeforphilly.github.io/chime/getting-started/run-locally.html) 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'

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.