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

add argcomplete to container image #205

Merged
merged 1 commit into from
Sep 29, 2024
Merged

Conversation

rhatdan
Copy link
Member

@rhatdan rhatdan commented Sep 29, 2024

No description provided.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Copy link

We were not able to find or create Copr project packit/containers-ramalama-205 specified in the config with the following error:

Packit received HTTP 500 Internal Server Error from Copr Service. Check the Copr status page: https://copr.fedorainfracloud.org/status/stats/, or ask for help in Fedora Build System matrix channel: https://matrix.to/#/#buildsys:fedoraproject.org.

Unless the HTTP status code above is >= 500, please check your configuration for:

  1. typos in owner and project name (groups need to be prefixed with @)
  2. whether the project name doesn't contain not allowed characters (only letters, digits, underscores, dashes and dots must be used)
  3. whether the project itself exists (Packit creates projects only in its own namespace)
  4. whether Packit is allowed to build in your Copr project
  5. whether your Copr project/group is not private

@ericcurtin ericcurtin merged commit 0ab2bd1 into containers:main Sep 29, 2024
9 of 11 checks passed
@ericcurtin
Copy link
Collaborator

On macOS:

ecurtin@ecur arm64 14:39:52 0 main 0<>0
~/git/ramalama$ bin/ramalama run
Traceback (most recent call last):
  File "/Users/ecurtin/git/ramalama/bin/ramalama", line 3, in <module>
    import argcomplete
ModuleNotFoundError: No module named 'argcomplete'

@rhatdan is there any way of doing this without argcomplete being a runtime dependancy for all commands?

@rhatdan
Copy link
Member Author

rhatdan commented Oct 1, 2024

Is argcomplete available on MAC?
pip install argcomplete

BTW This should happen automatically if you do a pip install ramalama

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants