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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy dashboard ModuleNotFoundError: No module named 'altair.vegalite.v4' #29

Open
nickgreengithub opened this issue Sep 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@nickgreengithub
Copy link

馃悰 Bug Report

server log following streamlit_prophet deploy dashboard for the first time, after just installing..

Traceback (most recent call last):
File "/Users/nicholasgreen/myenv/bin/streamlit_prophet", line 5, in
from streamlit_prophet.cli.main import app
File "/Users/nicholasgreen/myenv/lib/python3.11/site-packages/streamlit_prophet/cli/main.py", line 6, in
from streamlit_prophet.cli import deploy
File "/Users/nicholasgreen/myenv/lib/python3.11/site-packages/streamlit_prophet/cli/deploy.py", line 3, in
from streamlit_prophet.app import deploy_streamlit
File "/Users/nicholasgreen/myenv/lib/python3.11/site-packages/streamlit_prophet/app/init.py", line 4, in
from streamlit.web import cli
File "/Users/nicholasgreen/myenv/lib/python3.11/site-packages/streamlit/init.py", line 57, in
from streamlit.delta_generator import DeltaGenerator as _DeltaGenerator
File "/Users/nicholasgreen/myenv/lib/python3.11/site-packages/streamlit/delta_generator.py", line 46, in
from streamlit.elements.arrow_altair import ArrowAltairMixin
File "/Users/nicholasgreen/myenv/lib/python3.11/site-packages/streamlit/elements/arrow_altair.py", line 35, in
from altair.vegalite.v4.api import Chart
ModuleNotFoundError: No module named 'altair.vegalite.v4'

馃敩 How To Reproduce

Steps to reproduce the behavior:

  1. ...

Code sample

Environment

  • OS: [e.g. Linux / Windows / macOS]
  • Python version, get it with:
python --version

Screenshots

馃搱 Expected behavior

馃搸 Additional context

@nickgreengithub nickgreengithub added the bug Something isn't working label Sep 22, 2023
@github-actions
Copy link

Hello @nickgreengithub, thank you for your interest in our work!

If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.

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

1 participant