Max Howell
fae90ff2c7
Fix pip < 23.1
2024-01-07 05:43:19 -05:00
Max Howell
e81b11085e
fix older pip versions audit
2024-01-07 05:16:07 -05:00
Max Howell
07dc2e728e
python 3.12 cannot run pip<23.1.2 ( #4763 )
...
https://stackoverflow.com/questions/77364550/attributeerror-module-pkgutil-has-no-attribute-impimporter-did-you-mean
2024-01-07 05:10:53 -05:00
Max Howell
d6e1bc9577
k so obviously pip3.8 needs python3.8
2024-01-06 09:26:58 -05:00
Max Howell
e4872f02d1
pip / pipenv tweaks
...
* Some older pipenv versions break with python 3.12
* pip was actually running via the vendored python pip site package and not ours :/
2024-01-06 06:52:30 -05:00
Max Howell
89a2f0e910
Missing quotes
2024-01-05 12:50:51 -05:00
Max Howell
eadb61b340
refurbish pip/meson/pipenv with state of the art techniques ( #4756 )
2024-01-05 11:38:07 -05:00
Jacob Heider
3f18331478
fix(langchain)
...
closes #4488
2023-12-18 18:03:08 -05:00
Jacob Heider
a3e62adf38
fix(pip<19)
...
I am incredulous that this works.
2023-07-10 22:09:29 -04:00
Max Howell
6c869a8bfb
punt on solving deps vary by version for now
2023-07-10 11:04:28 -04:00
Max Howell
e12c16dbcc
moved from hardcoding in tea/cli
2023-04-08 10:56:56 -04:00
Max Howell
7f68885ffa
python includes symlink shortcut
...
Also remove these versioned provides since we implicitly support that now and tea/cli lost the code that supports this for the provides key at some point. However the pip one we would still need and we don't support that in tea/cli
2023-03-23 11:05:38 -04:00
Max Howell
c5759405f7
[python] use tea defaults for install locations ( #816 )
2023-03-18 09:12:16 -04:00
Max Howell
17ea239a3f
pip install
defaults to --user
...
The default would be python-prefix, which is rubbish. We could mangle this to TEA_PREFIX/python.org which is also fairly rubbish. TEA_PREFIX is a possible, but still lame. ~/.local is a standard and our magic adds the bin there to PATH
2023-03-17 17:14:56 -04:00
Max Howell
3e28b85774
Stop pip from checking for updates, we do that
2023-03-11 11:17:59 -05:00
Jacob Heider
ae4224d10c
+pip.pypa.io
2022-10-29 19:01:32 -04:00