Skip to content
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

Support Python 3.8 #2150

Open
coyotemarin opened this issue Mar 23, 2020 · 1 comment
Open

Support Python 3.8 #2150

coyotemarin opened this issue Mar 23, 2020 · 1 comment
Labels
Milestone

Comments

@coyotemarin
Copy link
Collaborator

Python 3.8 was released last October.

Currently, tests do not pass with Python 3.8. The problem seems to be with pyspark.

@coyotemarin coyotemarin added this to the on the radar milestone Mar 23, 2020
@coyotemarin
Copy link
Collaborator Author

"Solved" this by disabling Spark tests when unit-testing Python 3.8 (see #2152).

Can't really do this without a working pyspark library to run unit tests against. pyspark 2.4.5, released Feb 6, 2020, did not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant