Issues
- 2
Create another PyPI release
#2112 opened by criver - 3
Could more be cached in the backtracking process?
#2129 opened by jerbob92 - 3
- 1
Add an argument for ignore_installed
#2123 opened by antony-frolov - 0
- 0
Implement PEP 751 "A file format to list Python dependencies for installation reproducibility" (a.k.a. lock files)
#2124 opened by webknjaz - 4
Add information that pip-compile takes into consideration previously generated output-file
#2122 opened by Kankarollo - 1
ResolutionImpossible when constraints seem compatible
#2121 opened by dabljues - 5
Resolver error on package version change
#2114 opened by ianrandman - 3
Typo error on readme
#2120 opened by Saifeddine75 - 2
Add an option to track source file changes
#2069 opened by dermoth - 5
"TypeError: cannot use a string pattern on a bytes-like object" while installing django-geojson
#2118 opened by khink - 2
- 5
Allow `pip-sync` to remove `pip-tools` when `--python-executable` is specified
#2103 opened by ncoghlan - 0
`pip-sync --python-executable` evaluates markers for the wrong environment
#2115 opened by gschaffner - 7
Test failure: `pip freeze` no longer protects `setuptools`, `distribute` or `wheel` on Python 3.12+
#2104 opened by ncoghlan - 1
- 2
Error when supplying an existing file `ModuleNotFoundError: No module named 'setuptools.extern.six'`
#2109 opened by darrencl - 1
[TODO][research] Possibly integrate `pyproject-metadata`
#2074 opened by webknjaz - 1
Consider downstream python version pins when generating requirements.txt
#2102 opened by ChrisHills463 - 0
- 1
Config file discovery doesn't work as intended
#2096 opened by un-def - 1
- 2
pip-compile should not generate a command with --output-file if the output file matches the configuration
#2094 opened by aentwist - 4
Use src-layout instead of flat-layout
#2091 opened by chrysle - 4
pip-compile is taking forever for python3.13
#2088 opened by Agent-Hellboy - 2
Make it possible to avoid yanked versions of packages in the compiled requirements
#2089 opened by barseghyanartur - 4
- 4
[TODO][CI][pip upstream changes] Fix failing nightlies running against `pip`'s `main` branch
#2078 opened by webknjaz - 0
- 0
[TODO][CI] Add macOS 14 ARM 64 to the matrix
#2079 opened by webknjaz - 3
Using pip-compile with --build-deps-for or --all-build-deps gives error when using multiple source files.
#2076 opened by Walter-Gates-Bose - 6
- 10
Hashes are used although pip-compile was instructed to compile from scratch using --rebuild
#2056 opened by manuel-koch - 9
Make it possible to figure out why packages conflict
#2072 opened by gnilrets - 3
pip-compile slow and wasteful caching behavior for large packages (eg pytorch)
#2073 opened by axbycc-mark - 1
flag in COMPILE_EXCLUDE_OPTIONS showing up in header
#2065 opened by mjsir911 - 23
[RFE] Output to `constraints.txt` by default
#2051 opened by webknjaz - 3
- 2
- 27
Not able to upgrade version for transitive Dependency
#2058 opened by ayushi-singhal - 10
Request: leave environment variable references as-is in requirements.txt output.
#2063 opened by metavee - 3
Allowing pre-release for only one package
#2059 opened by AntoineD - 4
Option to ONLY install extras from pyproject.toml
#2052 opened by jordantshaw - 5
- 5
Backtracking tries to download all versions of package
#2044 opened by mireq - 3
inlude hash for package when generating requirements.txt
#2045 opened by brutus - 3
Multi-architecture hash support
#2050 opened by laurentsimon - 2
- 4
Extra index URL gets emitted when using both `--extra-index-url` and `--no-emit-index-url`
#2046 opened by jamesbraza