-
Notifications
You must be signed in to change notification settings - Fork 1
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
Compatibility issues with Python 3.8 #27
Comments
Fixed in this commit: 594dfc5 Also feel free to raise PRs. @kiranzo thanks for contributing and creating issues! Feel free to check and come back if it doesn't fix the issue |
@asuiu Fixed, thanks! |
@kiranzo As a side note, instead of Parquet, I found ORC format slightly more friendly for the Python ecosystem. |
I created it today. Thanks for the ORC suggestion, I'll look into it. Also, I created my parquet.gz with Pandas compression options, so it should be ok. |
requirements.txt say "streamerate>=1.0.0", but latest version is not compatible with python 3.8 due to it using Python 3.10 syntax.
The text was updated successfully, but these errors were encountered: