pip install audit_pretty error
- Dominant language
- Python
- Stars
- 11
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
```
pip install audit_pretty
/root/anaconda3/lib/python3.8/site-packages/secretstorage/dhcrypto.py:16: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
from cryptography.utils import int_from_bytes
/root/anaconda3/lib/python3.8/site-packages/secretstorage/util.py:25: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
from cryptography.utils import int_from_bytes
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement audit_pretty (from versions: none)
ERROR: No matching distribution found for audit_pretty
Note: you may need to restart the kernel to use updated packages.
In [15]: !/root/anaconda3/bin/python -V
Python 3.8.5
In [16]: pip -V
pip 20.2.4 from /root/anaconda3/lib/python3.8/site-packages/pip (python 3.8)
Note: you may need to restart the kernel to use updated packages.
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing `pip install audit_pretty` with Python 3.8.5 and pip 20.2.4 in the reported Anaconda environment. Inspect the package metadata and distribution configuration to determine why pip finds no matching distribution; done means the package can be installed from pip in a supported environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100