-
Notifications
You must be signed in to change notification settings - Fork 2
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
Workflow Python install error #79
Comments
Update ReportI've been testing some options. |
Update ReportThis issue goes On Hold due to we have to discuss the final implementation of the fix. |
Update ReportI've implemented using the Python venv, so this fixes the error we were having. On the other hand, I couldn't get it working for the OVA workflow. I've performed various tests but none of the proposed solutions worked. Two examples using the venv and not using it in the |
Update ReportI've been working in the fix of the OVA workflow using the Python venv but did not succeed. I will keep working on it. |
Update ReportI've been fixing some issues that were appearing when using the Python venv with Ansible. The instance that we use to create the OVA hasn't got Now, it seems like it's working but there are still some tests remaining and probably I will have to create a new branch as this one is obsolete and full of commits. |
Description
While working on this issue, I encountered an error in the Install Ansible task. This error was seen today, but I did perform a test last week, and the error didn't exist.
Doing a bit of research I discovered that the error is due to the installed Python version.
Last week workflow run:
It can be seen here.
Today workflow run:
This run can be seen here.
As it can be seen in the logs above, the Python version used has changed.
Warning
This behavior also affects the other workflows that install and use Python. I could replicate it in this run of the Installation Assistant test.
Tasks
Note
Another workaround is to use the Python version that works (3.10). For that, there is a Github Action in the Marketplace called setup-python. We have to consider it as an option if the using of the Python venv gets complex.
The text was updated successfully, but these errors were encountered: