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-common #855

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

Could not install azure-common #855

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-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 nehaljwani added the package_request Package build requests (new, updates, and rebulds) label May 19, 2017
@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-common

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