-
Notifications
You must be signed in to change notification settings - Fork 795
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
TypeError on Import - TypeError: _TypedDictMeta.__new__() got an unexpected keyword argument 'closed' #3684
Comments
also getting this issue |
@jgunstone I downloaded the Altair source repo and installed the package directly. The issue was resolved, and Altair has been working fine since yesterday. |
as in the issue has been fixed in the |
@raethlein I've opened a discussion on this now in: Hopefully that should make this easier to track 👍 |
What happened?
I am trying to import atlair on my jupyter notebook in vscode. I have a virtual environment of Python 3.13 running where I have installed atlair with all its optional dependencies. However, as I try to import Atlair as following:
import altair as alt
I get the following error:
What would you like to happen instead?
No response
Which version of Altair are you using?
altair==5.4.1
The text was updated successfully, but these errors were encountered: