Skip to content
New issue

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

Add python3-pip apt package dependency #1101

Merged
merged 1 commit into from
Apr 27, 2022
Merged

Add python3-pip apt package dependency #1101

merged 1 commit into from
Apr 27, 2022

Conversation

traversaro
Copy link
Member

After #1069 the CI was failing on some configurations with error (https://pipelines.actions.githubusercontent.com/serviceHosts/b3e4f43b-711e-4c4a-9229-829950399fe6/_apis/pipelines/1/runs/3570/signedlogcontent/11?urlExpires=2022-04-27T06%3A48%3A33.9360011Z&urlSigningMethod=HMACV1&urlSignature=7DvePC4jZNepFYPr7u0BjV3Xw%2BIr8xd8mznaRQcwy9I%3D):

2022-04-27T02:48:24.1609768Z [91/368] Performing install step for 'meshcat-python'
2022-04-27T02:48:24.1610645Z FAILED: src/meshcat-python/CMakeFiles/YCMStamp/meshcat-python-install 
2022-04-27T02:48:24.1612294Z cd /__w/robotology-superbuild/robotology-superbuild/build/src/meshcat-python && /usr/bin/python3.9 -m pip install --upgrade --no-deps --target=/__w/robotology-superbuild/robotology-superbuild/build/install/lib/python3/dist-packages -VV /__w/robotology-superbuild/robotology-superbuild/src/meshcat-python && /usr/bin/cmake -E touch /__w/robotology-superbuild/robotology-superbuild/build/src/meshcat-python/CMakeFiles/YCMStamp/meshcat-python-install
2022-04-27T02:48:24.1613748Z /usr/bin/python3.9: No module named pip

Apparently we were not installing pip, this PR fixes that.

@traversaro traversaro merged commit b6b8824 into master Apr 27, 2022
@traversaro traversaro deleted the addpip branch April 27, 2022 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants