ContinuumIO / anaconda-issues

Anaconda issue tracking
646 stars 220 forks source link

Could not install azure-common #855

Open orsenthil opened 8 years ago

orsenthil commented 8 years ago
Conda /Users/senthil/anaconda/envs/python3.4/bin/conda install -p /Users/senthil/anaconda/envs/python3.4 azure-common==1.0.0 -y
Fetching package metadata .......
Solving package specifications: .

Error: Package missing in current osx-64 channels: 
  - azure-common ==1.0.0

You can search for packages on anaconda.org with

    anaconda search -t conda azure-common

PIP Install works fine.

$ pip install azure-common==1.0.0
Collecting azure-common==1.0.0
  Downloading azure_common-1.0.0-py2.py3-none-any.whl
Collecting azure-nspkg (from azure-common==1.0.0)
  Downloading azure_nspkg-1.0.0-py2.py3-none-any.whl
Installing collected packages: azure-nspkg, azure-common
Successfully installed azure-common-1.0.0 azure-nspkg-1.0.0
nehaljwani commented 7 years ago

This is not present in the defaults channel, but you can get it from the conda-forge channel

conda install -c conda-forge azure-common