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

Manual Install Fails #1102

Open
scirelli opened this issue Jan 9, 2025 · 0 comments
Open

Manual Install Fails #1102

scirelli opened this issue Jan 9, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@scirelli
Copy link

scirelli commented Jan 9, 2025

Describe the bug
Following the manual instructions then attempting to run podman-compose --version fails with missing dependencies.

$ 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:

  1. Follow the steps from the manual install section.
  2. Try to run podman-compose --version

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:

  • OS: Linux
  • podman version: lastest
  • podman compose version: (git hex) latest

Fix

  • I was able to get podman-compose to run once installed missing dependencies.
python3 -m pip install pyyaml python-dotenv

Then running

$ podman-compose --version
podman-compose version 1.3.0
podman version 4.3.1
@scirelli scirelli added the bug Something isn't working label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant