-
Thanks for making this project, it's a shame it needs to exist, but Python really needs a nice solid resolver. I, along with a coworker tried to get JSON output added to `pip download`, but that was n…
-
**Environment**
* pip version: pip 19.1.1 from /home/cooper/virtualenvs/test_gcc_pars/lib/python3.6/site-packages/pip (python 3.6)
* Python version: 3.6.2
* OS: CentOS Linux release 7.5.1804 (Cor…
-
ver 0.10.1 contains new implementation of `requests.utils.randombytes`.
line https://github.com/kennethreitz/requests/blob/v0.10.1/requests/utils.py#L185
causes an error on Windows 7 with Python 2.5.4…
-
- Bitbucket: https://bitbucket.org/hpk42/tox/issue/4
- Originally reported by: @hpk42
- Originally created at: 2011-06-07T08:54:03.214
introduce a config option to support pep381 mirroring
-
http://www.python.org/dev/peps/pep-0381/#mirror-authenticity
---
- Bitbucket: https://bitbucket.org/ianb/pip/issue/160
- Originally Reported By: Carl Meyer
- Originally Created At: 2010-08-17 00:03:2…
-
Currently PyPI redirects an incorrectly cased name to the proper name (e.g. django -> Django), however the current official mirrors do not do that.
This has the affect that all packages that are bein…
-
使用pypi镜像源无法安装预发布版本,能够添加支持吗?
```
pip install psqlparse==1.0rc6 -i https://mirrors.ustc.edu.cn/pypi/web/simple
```
相关页面
[https://pypi.org/project/psqlparse/1.0rc6/#history](https://pypi.org/proje…
-
Hi, thanks for pypiserver, simple and useful !
Here's a tricky problem when running pypiserver with fallback to a mirror index, not sure if it should be fixed within pypiserver or not.
See also https…