You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is record in setup.cfg telling that future wheel is universal but actually it is not because there are different packages installed for Python2 and Python3, for example builtins. And if one makes a wheel with Python3 it cannot be used with Python2 because of missing modules, manifestation of issue is similar to #398.
The text was updated successfully, but these errors were encountered:
There is record in
setup.cfg
telling thatfuture
wheel is universal but actually it is not because there are different packages installed for Python2 and Python3, for examplebuiltins
. And if one makes a wheel with Python3 it cannot be used with Python2 because of missing modules, manifestation of issue is similar to #398.The text was updated successfully, but these errors were encountered: