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
As far as I know, ipywidgets 7.x does support python 2 (this is in the 7.x branch in the repo). The upcoming 8.0 release will drop support for python 2, and indeed I agree it should use python_requires. We'd definitely welcome a pull request updating setup.py to use python_requires!
Problem
So it installs it without error on python 2.
I believe the py2.py3 wheels are being built because the python_requires argument is not being passed to setup but I do not know that for sure.
Proposed Solution
Add a python_requires argument to the setup call to solve it.
EG Add this to setup_args in setup.py
Then you can remove this
This issue from another project has a very good description of the problem and how to solve it
PLOS/allofplos#20
The text was updated successfully, but these errors were encountered: