You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/05/07 09:44:09 UTC

[GitHub] [incubator-superset] villebro commented on issue #9759: upgrade pyarrow dependency to 0.17

villebro commented on issue #9759:
URL: https://github.com/apache/incubator-superset/issues/9759#issuecomment-625147386


   `0.36.0` has pinned `pyarrow` at `<0.17`, as `0.16.0` was the most recent version available when `0.36.0` was released. This is due to semver not guaranteeing forward compatibility for minor versions. `master` branch of Superset has bumped `pyarrow` to `0.17.0`, hence the next release will automatically pull that in. If you want, you should be able to bump `pyarrow` after you've installed Superset, as in this case there didn't seem to be any breaking changes in the new version that affected Superset, i.e. the error can be ignored.
   
   Note, however, that it is recommended to always run Superset in an isolated virtualenv separately from your system installation to avoid precisely these kinds of problems.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org