pygraphistry icon indicating copy to clipboard operation
pygraphistry copied to clipboard

[ENH] Warn about Python 2.7

Open lmeyerov opened this issue 5 years ago • 1 comments

Some environments default to Python 2.7, which is not expected to work in PyGraphistry, yet may lead to confusing errors.

As part of the import, we should do a Python 3 check and issue a warning.

lmeyerov avatar Oct 22 '20 16:10 lmeyerov

Continuing the issue: Some notebooks have py2.7 baked in the runtime

lmeyerov avatar Oct 22 '20 19:10 lmeyerov