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
Currently, when installing on Windows (os_name=='nt'), dependency resolution fails for msvc-runtime because none of their distributions are tagged for CPython 3.12.
I haven't explored why msvc-runtime is required, but one possibility could be to factor out the dependency - which appears to be an unofficial release anyway. An alternative could be to set Python support to <=3.11
The text was updated successfully, but these errors were encountered:
Currently, when installing on Windows (os_name=='nt'), dependency resolution fails for msvc-runtime because none of their distributions are tagged for
CPython 3.12
.I haven't explored why
msvc-runtime
is required, but one possibility could be to factor out the dependency - which appears to be an unofficial release anyway. An alternative could be to set Python support to <=3.11The text was updated successfully, but these errors were encountered: