-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
pyarrow mock gives runtime error when plotting dataframe #662
Comments
Duplicate #656 |
Seems to work after #663 |
This should be fixed with a new release, 0.42.4. Plz wait more for a long-term solution fixing the pyarrow mock versioning and allowing altair>=5.2.0 to be installed. |
@whitphx |
Sorry missed this. |
If I want to do a line chart with data in a pandas dataframe, it crashes with
RuntimeError: The pyarrow package must be version 11.0.0 or greater. Found version 0.0.1
, see the following exampleThe mocking of pyarrow doesn't seem to work as intended.
The text was updated successfully, but these errors were encountered: