python-deltasigma icon indicating copy to clipboard operation
python-deltasigma copied to clipboard

Python 3.9.6 -> `AttributeError: module 'fractions' has no attribute 'gcd'`

Open jolonf opened this issue 3 years ago • 3 comments

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."

jolonf avatar Aug 10 '21 04:08 jolonf

Use the wonderfull work of @Y-F-Acoustics python-deltasigma

KoenVda88 avatar Oct 13 '21 19:10 KoenVda88

I have this problem too. Not sure going with a random fork, as suggested above, is a good idea...

haunma avatar Nov 14 '21 00:11 haunma

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,

ghost avatar Jan 07 '22 10:01 ghost