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
This might be a niche cache that isn't worth supporting, but conda suggest can't find python(.exe) itself on windows because the executable lives at the base directory of the package, not in the Scripts/ subdirectory.
The solution would presumably be to modify the EXECUTABLE_RE regex, or the logic surrounding its use, which I'm happy to explore it you think it's worth supporting this use case at all.
The text was updated successfully, but these errors were encountered:
This might be a niche cache that isn't worth supporting, but
conda suggest
can't findpython(.exe)
itself on windows because the executable lives at the base directory of the package, not in theScripts/
subdirectory.The solution would presumably be to modify the
EXECUTABLE_RE
regex, or the logic surrounding its use, which I'm happy to explore it you think it's worth supporting this use case at all.The text was updated successfully, but these errors were encountered: