We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AttributeError: module 'fractions' has no attribute 'gcd'
Importing deltasigma produces the error:
deltasigma
From: https://docs.python.org/3.5/library/fractions.html#fractions.gcd
"Deprecated since version 3.5: Use math.gcd() instead."
The text was updated successfully, but these errors were encountered:
Use the wonderfull work of @Y-F-Acoustics python-deltasigma
Sorry, something went wrong.
I have this problem too. Not sure going with a random fork, as suggested above, is a good idea...
I'm sorry for late reaction to this problem.
I maintain this module in https://github.com/Y-F-Acoustics/python-deltasigma but it is no longer maintained for Python 3.5 because it has not been supported officialy.
I apologize for inconvenience but please consider updating the Python version above 3.6.
Best Regards,
No branches or pull requests
Importing
deltasigma
produces the error:AttributeError: module 'fractions' has no attribute 'gcd'
From: https://docs.python.org/3.5/library/fractions.html#fractions.gcd
"Deprecated since version 3.5: Use math.gcd() instead."
The text was updated successfully, but these errors were encountered: