Installation Issues - dependencies needed unresolved
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
## Issue
```console
pyopenssl 16.2.0 requires cryptography>=1.3.4, which is not installed.
azure-cli-shell 0.2.0 requires azure-cli, which is not installed.
azure-cli-shell 0.2.0 requires jmespath, which is not installed.
scp 0.10.2 requires paramiko, which is not installed.
matplotlib 1.3.1 requires nose, which is not installed.
sshtunnel 0.1.2 requires paramiko>=1.15.2, which is not installed.
Installing collected packages: applicationinsights
Found existing installation: applicationinsights 0.10.0
Uninstalling applicationinsights-0.10.0:
Successfully uninstalled applicationinsights-0.10.0
Rolling back uninstall of applicationinsights
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/applicationinsights-0.11.5.dist-info/RECORD'
Consider using the `--user` option or check the permissions
```
**OS**
MacOS High Sierra 10.13.4
**python info**
Python 2.7.10
/usr/bin/python
**pip info**
Version : `pip 10.0.1 from /Library/Python/2.7/site-packages/pip (python 2.7)`
where:
```console
pip: aliased to noglob pip
/usr/local/bin/pip
```
Azure CLI was installed, not using `pip` but by `brew install` per the docs.
Azure version: **2.0.33** referencing python 3.6 (required) in the following location: `Python location '/usr/local/opt/python/bin/python3.6'`
Could install each of the **required** items passing the `--user` flag and resolve all but the azure-cli item.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.