Created by: victorcalixto
…hon 3.9
Addressed problem description
from fractions import gcd in /nodes/number/scalar_mk4.py breaking the sverchok installation on blender 2.9.1 with python 3.9
Solution description
Changing to from math import gcd solved the problem