When I run **python setup.py install** command I am getting an error like below TypeError: '>=' not supported between instances of 'NoneType' and 'str' because extensions are taking NaN value. Can you help me for this issue?
When I run python setup.py install command I am getting an error like below
TypeError: '>=' not supported between instances of 'NoneType' and 'str'
because extensions are taking NaN value.
Can you help me for this issue?