python-deltasigma
python-deltasigma copied to clipboard
Python 3.9.6 -> `AttributeError: module 'fractions' has no attribute 'gcd'`
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."
Use the wonderfull work of @Y-F-Acoustics python-deltasigma
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,