ImportError: cannot import name 'gcd' from 'fractions' (/usr/lib/python3.9/fractions.py)
Created by: Asiula
Problem statement
Please describe your problem here.
Python 3.9/fractions.py does not have defined 'gcd' function, therefore it cannot be imported, and addon cannot be enabled
Steps to reproduce
- Up to date linux(Arch) with python installed
- Blender 2.91
- Install Sverchok 0.6 from zip
Expected result
What did you expect to see as a result of those steps?
Successful addon installation Being able to enable addon and use it
Actual result
Successful installation Failed to enable addon due to import error
Sverchok version
0.6.0.0 Used both sverchok-master.zip and sverchok-vstable3.zip from github repo/release page