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
When I tried to use the neupy library and run the neupy example (https://github.com/itdxer/neupy/blob/master/examples/competitive/sofm_basic.py) it gets the following error:
"cannot import name 'gcd' from 'fractions'"
The text was updated successfully, but these errors were encountered:
@pavrua @EdwardBetts Any update.
Sorry, something went wrong.
When I tried to use the neupy library and run the neupy example (https://github.com/itdxer/neupy/blob/master/examples/competitive/sofm_basic.py) it gets the following error: "cannot import name 'gcd' from 'fractions'"
'gcd' has been moved to 'math' library, so you may change it yourselves.
No branches or pull requests
When I tried to use the neupy library and run the neupy example (https://github.com/itdxer/neupy/blob/master/examples/competitive/sofm_basic.py) it gets the following error:
"cannot import name 'gcd' from 'fractions'"
The text was updated successfully, but these errors were encountered: