matlab2python
matlab2python copied to clipboard
cannot import name 'gcd' from 'fractions'
cannot import name 'gcd' from 'fractions'
This is a python version issue https://stackoverflow.com/questions/66174862/import-error-cant-import-name-gcd-from-fractions
It can easily be fixed using a try catch around the import. Do you think you could submit a pull request?