This repository was archived by the owner on Oct 8, 2025. It is now read-only.
Commit 2f60679
authored
fix: pip3 install now does not accept the
The feature flag `--use-feature=in-tree-build` was introduced in pip 21.1 and then
the feature was mainlined in pip 21.3. With the flag in place `pip install` command
fails and `kic_utils` fails to build.
Based on the changelog which states that this behavior is default in pip 21.3+ and the current
build installs pip 22.1 we remove the flag.
fixes #145--use-feature=in-tree-build (#146)1 parent 752f169 commit 2f60679
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments