Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checking on ipyvolume seems off #18

Open
tacaswell opened this issue Jul 10, 2017 · 1 comment
Open

checking on ipyvolume seems off #18

tacaswell opened this issue Jul 10, 2017 · 1 comment

Comments

@tacaswell
Copy link

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 $ 

@cbcunc
Copy link

cbcunc commented Jul 10, 2017

@tacaswell is there a downside to having pip replace numpy 1.12.1 from conda with numpy 1.13.1 from pypi?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants