You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
Atualmente nessa branch v2 depois de make image covid-19, abrindo localhost:8501:
ImportError: cannot import name 'query_dates'
Traceback:
File "/usr/local/lib/python3.6/dist-packages/streamlit/ScriptRunner.py", line 314, in _run_script
exec(code, module.__dict__)
File "/covid-19/app.py", line 9, in <module>
from covid19.data import (
Atualmente nessa branch v2 depois de make image covid-19, abrindo localhost:8501:
ImportError: cannot import name 'query_dates'
Traceback:
File "/usr/local/lib/python3.6/dist-packages/streamlit/ScriptRunner.py", line 314, in _run_script
exec(code, module.__dict__)
File "/covid-19/app.py", line 9, in <module>
from covid19.data import (
Estou com o mesmo problema. Vou ver aqui, obrigado por avisar.
Atualizei na branch v2_setup. O @renatocmaciel atualizou o arquivo mas por alguma razão ele não foi mergeado junto à v2, ficando perdido no caminho. Sendo assim, copiei as mudanças que ele fez no arquivo e rodou aqui.
@cchenzi pode fazer a PR direto pra branch
v2
.The text was updated successfully, but these errors were encountered: