BF: pin pip to 24.0 for plugins on py3.8#6758
Conversation
fixes psychopy#6734 pip 24.1.2 works fine on py3.10 but crashes plugin install on py3.8 on macos thanks to @mh105 for tracking down
|
I'm having some doubts here - we could just apply this to the build of standalone (handled by a private devops repo) rather than to the pyproject.toml. The downside of pinning here is that it will alter a lot of people's python installations, and cause pip annoying warnings and potentially poetry/pdm resolver clashes for downstream packages |
|
Making it an exclusive change to py3.8 standalone app sounds good to me... One possible issue is that folks doing But I don't know how many people actually |
fixes #6734
pip 24.1.2 works fine on py3.10 but crashes plugin install on py3.8 on macos
thanks to @mh105 for tracking down