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

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

Open
jolonf opened this issue Aug 10, 2021 · 3 comments
Open

Comments

@jolonf
Copy link

jolonf commented Aug 10, 2021

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

@KoenVda88
Copy link

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

@haunma
Copy link

haunma commented Nov 14, 2021

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

@ghost
Copy link

ghost commented Jan 7, 2022

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,

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

No branches or pull requests

3 participants