We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Following the manual instructions then attempting to run podman-compose --version fails with missing dependencies.
podman-compose --version
$ podman-compose --version Traceback (most recent call last): File "/usr/local/bin/podman-compose", line 39, in <module> import yaml
All dependencies from requirements.txt need to be installed.
python3 -m pip install pyyaml python-dotenv
To Reproduce Steps to reproduce the behavior:
Expected behavior Expected podman-compose version to be displayed.
Actual behavior Crash with missing dependency.
Output
$ podman-compose --version Traceback (most recent call last): File "/usr/local/bin/podman-compose", line 39, in <module> import yaml ...
Environment:
Fix
Then running
$ podman-compose --version podman-compose version 1.3.0 podman version 4.3.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Following the manual instructions then attempting to run
podman-compose --version
fails with missing dependencies.All dependencies from requirements.txt need to be installed.
To Reproduce
Steps to reproduce the behavior:
podman-compose --version
Expected behavior
Expected podman-compose version to be displayed.
Actual behavior
Crash with missing dependency.
Output
Environment:
Fix
Then running
The text was updated successfully, but these errors were encountered: