E-PORT: Podman Container on Linux 8 Fails While Initiating the podman-compose with Error "AttributeError: module 'asyncio' has no attribute 'run'"
(Doc ID 3033830.1)
Last updated on JULY 16, 2024
Applies to:
PeopleSoft Enterprise PT PeopleTools - Version 8.61 and laterGeneric Linux
Symptoms
Error seen in the screen when the below command is executed:
podman-compose -f <docker-compose-pum.yaml/docker-compose.yaml> up -d --build --no-cache
Traceback (most recent call last):
File "$HOME/.local/bin/podman-compose", line 11, in <module>
sys.exit(main())
File "$HOME/.local/lib/python3.6/site-packages/podman_compose.py", line 3504, in main
asyncio.run(async_main())
AttributeError: module 'asyncio' has no attribute 'run'
File "$HOME/.local/bin/podman-compose", line 11, in <module>
sys.exit(main())
File "$HOME/.local/lib/python3.6/site-packages/podman_compose.py", line 3504, in main
asyncio.run(async_main())
AttributeError: module 'asyncio' has no attribute 'run'
Steps to replicate the issue:
1. Complete the pre-requisites for containers.
2. Initiate the deployment using command "podman-compose -f <docker-compose-pum.yaml/docker-compose.yaml> up -d --build --no-cache".
3. See the error.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |