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
(alt-test) jovyan@PORT8002:~/tmp/altair-test$ mamba list altList of packages in environment: "/home/jovyan/micromamba/envs/alt-test" Name Version Build Channel────────────────────────────────────────────── altair 5.4.1 pyhd8ed1ab_1 conda-forge
error
(alt-test) jovyan@PORT8002:~/tmp/altair-test$ pythonPython 3.13.0 | packaged by conda-forge | (main, Oct 8 2024, 20:04:32) [GCC 13.3.0] on linuxType "help", "copyright", "credits" or "license" for more information.>>> import altair as altTraceback (most recent call last): File "<python-input-0>", line 1, in <module> import altair as alt File "/home/jovyan/micromamba/envs/alt-test/lib/python3.13/site-packages/altair/__init__.py", line 650, in <module> from altair.vegalite import * File "/home/jovyan/micromamba/envs/alt-test/lib/python3.13/site-packages/altair/vegalite/__init__.py", line 2, in <module> from .v5 import * File "/home/jovyan/micromamba/envs/alt-test/lib/python3.13/site-packages/altair/vegalite/v5/__init__.py", line 4, in <module> from .api import * File "/home/jovyan/micromamba/envs/alt-test/lib/python3.13/site-packages/altair/vegalite/v5/api.py", line 618, in <module> class _ConditionClosed(TypedDict, closed=True, total=False): # type: ignore[call-arg] ...<6 lines>... value: AnyTypeError: _TypedDictMeta.__new__() got an unexpected keyword argument 'closed'
What would you like to happen instead?
it works!
Which version of Altair are you using?
5.4.1
The text was updated successfully, but these errors were encountered:
What happened?
I get the following error with a fresh install of altair:
create env
version
error
What would you like to happen instead?
it works!
Which version of Altair are you using?
5.4.1
The text was updated successfully, but these errors were encountered: