-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
pip3 installed software is not available in PATH
in macos-12
#6496
Comments
Hi @general-kroll-4-life, we will take a look. |
We have migrated python installation to use macOS universal package. Our recommendation is to use setup-python task or python3 -m syntax: setup-python:
https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#installing-python-on-macos
python3 -m syntax:
|
Cheers all |
Close as by design. |
@al-cheb this same thing is now happening in a |
Yep, we use the same universal package. |
Since GitHub actions migrated the Python installation to a universal package, which no longer adds the pip3 site-packages to the PATH, see: actions/runner-images#6496
Since GitHub actions migrated the Python installation to a universal package, which no longer adds the pip3 site-packages to the PATH, see: actions/runner-images#6496
Is this a duplicate of issue #6507, which was fixed with commit f6632ff (but not deployed at the time of writing)? If so, the workaround in comment #6507 (comment) or waiting until the new macOS images are deployed would also fix this. 😅 |
Description
I am using
pip3
to install robot framework and other python packages. In themacos-11
image, they are all available to subsequent steps. In themacos-12
image I encountered, at least robot framework was not available.Platforms affected
Runner images affected
Image version and build link
The below link is a private build to jog my memory, please see screen grabs also:
https://github.com/stackql/stackql-devel/actions/runs/3365385197/jobs/5580799140
Is it regression?
No
Expected behavior
Packages installed with
pip3
(eg robot framework) should be available to subsequent steps, as permacos-11
.Actual behavior
Getting a
robot: command not found
error.Repro steps
Using the runner cited:
pip3 install robotframework
robot --version
The text was updated successfully, but these errors were encountered: