Replies: 1 comment
-
Closing for not related to PDM |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm leaving this note here just for others encountering same error. Workaround found may not be ideal solution, so other answers welcome.
I was playing with switching python versions for my project between 3.11 and 3.12. At some point python3.11 installed by pdm started to throw OSError on start:
As a workaround, I removed
/home/u1/.pyhistory3.11
- it seems to have resolved the issue.Beta Was this translation helpful? Give feedback.
All reactions