Holoviews: pip install holoviews[all] failed

Created on 10 Apr 2020  路  2Comments  路  Source: holoviz/holoviews

hello,

when trying to run the command
pip install holoviews[all] I run in the following issue:

Collecting bzip2; extra == "all" (from holoviews[all])
  ERROR: Could not find a version that satisfies the requirement bzip2; extra == "all" (from holoviews[all]) (from versions: none)
ERROR: No matching distribution found for bzip2; extra == "all" (from holoviews[all])

platform: windows 10
python: 3.8 64bit
fresh install

bug

Most helpful comment

Seeing the exact same error running the same command in a fresh conda environment.

platform: Ubuntu Bionic (18.04.4)
python: 3.7

All 2 comments

Seeing the exact same error running the same command in a fresh conda environment.

platform: Ubuntu Bionic (18.04.4)
python: 3.7

on windows 10, python 3.7.4 try:

pip install param
pip install numpy
pip install pyviz_comms
pip install panel
pip install pandas
pip install notebook
pip install bokeh
pip install networkx
pip install pillow
pip install xarray
pip install plotly
pip install streamz
pip install datashader
pip install selenium
pip install phantomjs
pip install ffmpeg
pip install cftime
pip install netcdf4
pip install dask
pip install scipy
pip install shapely
pip install scikit-image
pip install mock
pip install flake8
pip install coveralls
pip install path.py
pip install matplotlib
pip install nbsmoke
pip install pytest-cov
pip install nose
pip install awscli
pip install deepdiff
pip install nbconvert
pip install jsonschema
pip install cyordereddict
pip install ipython
pip install spatialpandas
pip install pscript

You may need to be administrator for cyordereddict

Was this page helpful?
0 / 5 - 0 ratings

Related issues

michaelaye picture michaelaye  路  3Comments

lrdsouza picture lrdsouza  路  3Comments

ahuang11 picture ahuang11  路  5Comments

cristi-neagu picture cristi-neagu  路  5Comments

hojo0590 picture hojo0590  路  4Comments