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

Could not install azure-storage #856

Open
orsenthil opened this issue Jun 27, 2016 · 1 comment
Open

Could not install azure-storage #856

orsenthil opened this issue Jun 27, 2016 · 1 comment
Labels
package_request Package build requests (new, updates, and rebulds)

Comments

@orsenthil
Copy link

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
Copy link

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

@nehaljwani nehaljwani added the package_request Package build requests (new, updates, and rebulds) label May 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package_request Package build requests (new, updates, and rebulds)
Projects
None yet
Development

No branches or pull requests

2 participants