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 is a common problem, as can be seen with a quick google search. One of the top results is a nonsense AI slop blogpost.
It is generally caused or a misconfigured Python home directory, either by setting PYTHONHOME, or by broken virtual environments.
It would be helpful to show a warning if we are unable to find a valid standard library during initialization.
Feature or enhancement
Proposal:
Currently, if we don't find the standard library, we fail with an obscure message.
This is a common problem, as can be seen with a quick google search. One of the top results is a nonsense AI slop blogpost.
It is generally caused or a misconfigured Python home directory, either by setting
PYTHONHOME, or by broken virtual environments.It would be helpful to show a warning if we are unable to find a valid standard library during initialization.
Bad
._pthfiles can also cause this.Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs