Ipython: ipywidgets-7.0.0 not installable with python 2.7?

Created on 19 Aug 2017  路  1Comment  路  Source: ipython/ipython

I am having problems with basic installation

$ python --version
Python 2.7.10
$ pip install ipywidgets
Downloading/unpacking ipywidgets
  Downloading ipywidgets-7.0.0.tar.gz (1.0MB): 1.0MB downloaded
  Running setup.py egg_info for package ipywidgets
    error in ipywidgets setup command: Invalid environment marker: python_version>="3.3"
    Complete output from command python setup.py egg_info:
    error in ipywidgets setup command: Invalid environment marker: python_version>="3.3"

Most helpful comment

Update pip and setuptools:

pip install --upgrade setuptools pip

>All comments

Update pip and setuptools:

pip install --upgrade setuptools pip
Was this page helpful?
0 / 5 - 0 ratings

Related issues

okomarov picture okomarov  路  3Comments

alvations picture alvations  路  4Comments

ericdill picture ericdill  路  3Comments

sataliulan picture sataliulan  路  4Comments

ghost picture ghost  路  4Comments