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
The bundle command doesn't respect the Python version constraint of the project. You can specify an interpreter with the --python option that isn't supported by the project.
The bundle command doesn't respect the Python version constraint of the project. You can specify an interpreter with the
--python
option that isn't supported by the project.Reproduction:
Expected behavior:
The bundle command fails with an error similar to this:
Actual behavior:
The bundle command creates the environment with an interpreter that doesn't satisfy the Python constraint of the project.
Environment:
The text was updated successfully, but these errors were encountered: