Skip to content

checking on ipyvolume seems off #18

Open
@tacaswell

Description

@tacaswell

It complains about 0.3.2 despite being installed.

The --no-deps is to prevent it from updating numpy to 1.13 via pip when conda installed numpy 1.12.

(widgets-2017) ✘-INT ~/src/p/scipy2017_tutorials/scipy2017-jupyter-widgets-tutorial [master {origin/master}|✔] 
21:24 $ pip install --upgrade ipyvolume --no-deps
Collecting ipyvolume
  Using cached ipyvolume-0.3.2.tar.gz
Building wheels for collected packages: ipyvolume
  Running setup.py bdist_wheel for ipyvolume ... done
  Stored in directory: /home/tcaswell/.cache/pip/wheels/89/b5/43/a1ffc48db35df215f6883c751bee076311a6553062188b87fa
Successfully built ipyvolume
Installing collected packages: ipyvolume
Successfully installed ipyvolume-0.3.2
(widgets-2017) ✔ ~/src/p/scipy2017_tutorials/scipy2017-jupyter-widgets-tutorial [master {origin/master}|✔] 
21:24 $ python install_check.py
Checking requirements for Jupyter widget ecosystem
All required packages installed
Checking version numbers of these packages:  ipywidgets, bqplot, ipyleaflet, ipyvolume

ipywidgets version is good!

bqplot version is good!

ipyleaflet version is good!

**** Please upgrade ipyvolume to version 0.3.2 by running:
        conda remove --force ipyvolume # if you use conda
        pip install --pre --upgrade ipyvolume
        jupyter nbextension enable --py ipyvolume
(widgets-2017) ✔ ~/src/p/scipy2017_tutorials/scipy2017-jupyter-widgets-tutorial [master {origin/master}|✔] 
21:24 $ pip install --pre --upgrade ipyvolume --no-deps
Collecting ipyvolume
  Using cached ipyvolume-0.4.0a2-py2.py3-none-any.whl
Installing collected packages: ipyvolume
  Found existing installation: ipyvolume 0.3.2
    Uninstalling ipyvolume-0.3.2:
      Successfully uninstalled ipyvolume-0.3.2
Successfully installed ipyvolume-0.4.0a2
(widgets-2017) ✔ ~/src/p/scipy2017_tutorials/scipy2017-jupyter-widgets-tutorial [master {origin/master}|✔] 
21:24 $ python install_check.py
Checking requirements for Jupyter widget ecosystem
All required packages installed
Checking version numbers of these packages:  ipywidgets, bqplot, ipyleaflet, ipyvolume

ipywidgets version is good!

bqplot version is good!

ipyleaflet version is good!

ipyvolume version is good!
(widgets-2017) ✔ ~/src/p/scipy2017_tutorials/scipy2017-jupyter-widgets-tutorial [master {origin/master}|✔] 
21:24 $ 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions