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

pkgx install does not expand programs templates #1005

Open
felipecrs opened this issue May 7, 2024 · 1 comment
Open

pkgx install does not expand programs templates #1005

felipecrs opened this issue May 7, 2024 · 1 comment

Comments

@felipecrs
Copy link
Contributor

felipecrs commented May 7, 2024

pkgx install python@3.11

Should install python3 and python3.11, but in fact it installs only python.

Refs #1000

Copy link

dosubot bot commented May 7, 2024

It seems like the issue with pkgx install not expanding program templates correctly, specifically for versioned packages like python@3.11, might be related to the current implementation skipping templates that contain placeholders. This is due to the lack of version-specific handling in the code, which results in only python being installed instead of the expected python3 and python3.11.

The pull request you referenced might have introduced changes affecting this behavior, but without more details on the changes or error logs when running the command, it's challenging to pinpoint the exact cause or propose a direct solution.

To move forward, sharing more details about the pull request's changes or any specific errors encountered could be very helpful in diagnosing and addressing the issue more effectively.

Details

Sources


About Dosu
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

To continue the conversation, mention @dosu.

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

No branches or pull requests

1 participant