ContinuumIO / anaconda-issues

Anaconda issue tracking
648 stars 221 forks source link

Could not install azure-storage #856

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-storage==0.30.0 -y

Fetching package metadata .......
Solving package specifications: .

Error: Package missing in current osx-64 channels: 
  - azure-storage ==0.30.0

You can search for packages on anaconda.org with

    anaconda search -t conda azure-storage

I was able to do a pip install.

$ pip install azure-storage==0.30.0
Collecting azure-storage==0.30.0
  Downloading azure-storage-0.30.0.zip (153kB)
    100% |████████████████████████████████| 163kB 2.1MB/s
Requirement already satisfied (use --upgrade to upgrade): azure-nspkg in /Users/senthil/anaconda/envs/python3.4/lib/python3.4/site-packages (from azure-storage==0.30.0)
Requirement already satisfied (use --upgrade to upgrade): azure-common in /Users/senthil/anaconda/envs/python3.4/lib/python3.4/site-packages (from azure-storage==0.30.0)
Requirement already satisfied (use --upgrade to upgrade): python-dateutil in /Users/senthil/anaconda/envs/python3.4/lib/python3.4/site-packages (from azure-storage==0.30.0)
Requirement already satisfied (use --upgrade to upgrade): requests in /Users/senthil/anaconda/envs/python3.4/lib/python3.4/site-packages (from azure-storage==0.30.0)
Requirement already satisfied (use --upgrade to upgrade): six>=1.5 in /Users/senthil/anaconda/envs/python3.4/lib/python3.4/site-packages (from python-dateutil->azure-storage==0.30.0)
Building wheels for collected packages: azure-storage
  Running setup.py bdist_wheel for azure-storage ... done
  Stored in directory: /Users/senthil/Library/Caches/pip/wheels/73/7d/ea/0f65bc94b0de76af3fb664cb19601b28fda325bbce4e560c6a
Successfully built azure-storage
Installing collected packages: azure-storage
Successfully installed azure-storage-0.30.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-storage