-
Can we add a config to set the log-output directory and debug on/off ?
when I using docker ,it is not easy to change the command we use , instead , make a configuration change is far more convient .
-
### 先决条件 (Prerequisites)
- [X] 我已确认这个镜像源从未在 [其他 issues](https://github.com/tuna/issues) 中讨论过。
I am sure that this repo has NEVER been discussed in [other issues](https://github.com/tuna/issues).
- […
-
When I look in to bandersnatch log I see some "Unauthorized error" and "error when attempting to clear the cache" and "xxx package not updating. Giving up" .
Could your please tell me why and help me…
-
Hi all! I'm trying to create a PyPI mirror for offline usage. For what I need, I don't want any of the really large packages (i.e. the AI/ML stuff). However, I'm having a hard time figuring out the co…
-
When I look into my banderlogfile, I saw a lot of "ERROR Stale serial for xxxxx (nnnnnn) not updating. Giving up."
It seems that many package have gave up updating ,how can I deal with this packages?…
-
```
/usr/local/lib/python3.11/site-packages/s3path.py:12: in
from pathlib import _PosixFlavour, _Accessor, PurePath, Path
E ImportError: cannot import name '_Accessor' from 'pathlib' (/usr/l…
-
As described in https://github.com/pypi/warehouse/issues/12483, there is no limit on the total character length of the version specifier. This can lead to potential issues, either due to deliberate ab…
-
I have some django packages which depend on custom packages that we self host on our internal pypiserver. To make it work we add this first line to requirements.txt:
```
--extra-index-url http://x…
-
While thinking about how to introduce new crypto types required by the Sassafras protocol, I ended up thinking that maybe, before blindly start writing code, it may be a better idea to first open a di…
-
It would be nice to have the possibility to do this:
```
[allowlist]
requirements_path = /requirements
requirements =
*.txt
```
Or provide a regex to find for specific files by changing t…