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

Bug: Multiple GLIBC version required for installing Python in Docker on Ubuntu #32

Open
sanosuke009 opened this issue Mar 13, 2023 · 1 comment
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed poc Proof of Concept question Further information is requested research This needs research

Comments

@sanosuke009
Copy link
Owner

sanosuke009 commented Mar 13, 2023

Getting below error while running workflow jobs in Ubuntu-Latest with container mcr.microsoft.com/playwright:v1.31.1-focal :

Image

@sanosuke009 sanosuke009 self-assigned this Mar 13, 2023
@sanosuke009 sanosuke009 added bug Something isn't working documentation Improvements or additions to documentation help wanted Extra attention is needed good first issue Good for newcomers question Further information is requested research This needs research poc Proof of Concept labels Mar 13, 2023
@sanosuke009
Copy link
Owner Author

In Text:

Run python -m pip install --upgrade pip
python -m pip install --upgrade pip
python -m pip install pytest-playwright
python -m pip install pytest
python -m pip install pytest-xdist
python -m pip install allure-pytest
shell: sh -e {0}
env:
pythonLocation: /__t/Python/3.10.10/x64
LD_LIBRARY_PATH: /__t/Python/3.10.10/x64/lib
python: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_[2](https://github.com/sanosuke009/PoseidonFramework/actions/runs/4398412961/jobs/7702247156#step:7:2).[3](https://github.com/sanosuke009/PoseidonFramework/actions/runs/4398412961/jobs/7702247156#step:7:3)[4](https://github.com/sanosuke009/PoseidonFramework/actions/runs/4398412961/jobs/7702247156#step:7:4)' not found (required by python) python: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.35' not found (required by /__t/Python/3.10.10/x64/lib/libpython3.10.so.1.0)
python: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by /__t/Python/3.[10](https://github.com/sanosuke009/PoseidonFramework/actions/runs/4398412961/jobs/7702247156#step:7:10).10/x64/lib/libpython3.10.so.1.0) python: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by /__t/Python/3.10.10/x64/lib/libpython3.10.so.1.0)
python: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /__t/Python/3.10.10/x64/lib/libpython3.10.so.1.0)
Error: Process completed with exit code 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed poc Proof of Concept question Further information is requested research This needs research
Projects
None yet
Development

No branches or pull requests

1 participant