-
Notifications
You must be signed in to change notification settings - Fork 21
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
Allow more recent version of pandas to be used #488
Comments
Note: the AoU pyclient has this requirement: |
@akarukappadath is running into some pandas issues for #401 which might be related. |
May be relevant: pandas-dev/pandas#20697 |
According to the above python 3.4 is not supported by the latest versions of pandas. We might need to upgrade to python 3.5+ (a good idea anyway). |
As Rob mentioned above, python 3.4 isn't supported by the latest version of pandas. To upgrade pandas, we would need to upgrade debian jessie to stretch (#445) in order to upgrade to Python 3.5. However, this step means that we need a newer Spark (currently 2.0.2), which would also imply upgrading Dataproc to 1.2 (#144) and Hail to 0.2 (#193). Since all of these are interwoven, it would likely be smartest (and easiest) to upgrade all of these at the same time. |
(CC @calbach) Is there an update on when this upgrade will occur? (I'm running into more problems with running an old version of Pandas...) |
@danqrodney we're currently working on this, and hoping to get it out by this quarter! |
The AoU pyclient is currently pegging their pandas requirements because of an old version installed in Leo. See all-of-us/pyclient#27
The text was updated successfully, but these errors were encountered: