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
ERROR: Ignored the following versions that require a different python version: 0.2.5 Requires-Python >=3.9
ERROR: Could not find a version that satisfies the requirement <package-name-only-found-in-extra-index> (from versions: none)
ERROR: No matching distribution found for <package-name-only-found-in-extra-index>
Expected
It should not fail
Workaround
Remove detached=true
The text was updated successfully, but these errors were encountered:
Description
detached=true
, theEXTRA_INDEX_URL
is ignored. Using hatch 1.14.0To reproduce
hatch new test-detached
pyproject.toml
hatch run detached:checking
Result
Expected
It should not fail
Workaround
Remove
detached=true
The text was updated successfully, but these errors were encountered: