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

issue with Altair library. #1

Open
sdeanda99 opened this issue Jan 18, 2024 · 1 comment
Open

issue with Altair library. #1

sdeanda99 opened this issue Jan 18, 2024 · 1 comment

Comments

@sdeanda99
Copy link

I have version 4 install and tried upgrading to version 5 and still giving me errors.
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/bin/streamlit", line 5, in
from streamlit.web.cli import main
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/streamlit/init.py", line 55, in
from streamlit.delta_generator import DeltaGenerator as _DeltaGenerator
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/streamlit/delta_generator.py", line 43, in
from streamlit.elements.arrow_altair import ArrowAltairMixin
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/streamlit/elements/arrow_altair.py", line 36, in
from altair.vegalite.v4.api import Chart
ModuleNotFoundError: No module named 'altair.vegalite.v4'
Tried putting this into requirements.txt still getting error

altair<5
streamlit

@dibyendu2280
Copy link

When I used ui_sample.py(in a web form) it updated previously filled data every time. for example when I submit an answer for "How important is 24/7 customer support to you?" then all previous assistance answers data is updated(so it uses a lot of tokens) along with that question's assistance answer. Sir, please solve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants