You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the issue with pkgx install not expanding program templates correctly, specifically for versioned packages like [email protected], 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.
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.
pkgx install [email protected]
Should install
python3
andpython3.11
, but in fact it installs onlypython
.Refs #1000
The text was updated successfully, but these errors were encountered: