We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
psutil
This means we cannot us py3-psutil in Alpine, which is a couple patch releases higher.
py3-psutil
dotnet-buildtools-prereqs-docker/src/alpine/3.18/helix/amd64/Dockerfile
Lines 67 to 68 in a6ccb1a
When installing the wheel, I see this:
Collecting psutil==5.9.3 (from helix-scripts==20240611.2)
It would be great if the dependency for >= 5.9.3. I tried using a constraint file, but that didn't work.
https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
This was after python3 -m venv --system-site-packages /home/helixbot/.vsts-env and then source activate.
python3 -m venv --system-site-packages /home/helixbot/.vsts-env
https://docs.python.org/3/library/venv.html
This was part of #1091. I had to build the psutil instead.
This comment helped with building psutil: giampaolo/psutil#2192 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This means we cannot us
py3-psutil
in Alpine, which is a couple patch releases higher.dotnet-buildtools-prereqs-docker/src/alpine/3.18/helix/amd64/Dockerfile
Lines 67 to 68 in a6ccb1a
When installing the wheel, I see this:
It would be great if the dependency for >= 5.9.3. I tried using a constraint file, but that didn't work.
https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
This was after
python3 -m venv --system-site-packages /home/helixbot/.vsts-env
and then source activate.https://docs.python.org/3/library/venv.html
This was part of #1091. I had to build the
psutil
instead.This comment helped with building
psutil
: giampaolo/psutil#2192 (comment)The text was updated successfully, but these errors were encountered: