PyCharm and pipenv: directory \bin\python not found
Hello!
I am trying to create a Pipenv environment and I get error ... directory \bin\python not found (on the picture).
PyCharm 2020.2.3 (Community Edition)
Build #PC-202.7660.27, built on October 6, 2020
Runtime version: 11.0.8+10-b944.34 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 974M
Cores: 4
Please sign in to leave a comment.
Hi, could you provide the actual absolute path to bin/python from this environment?
Also, please provide screenshot of the interpreter creation dialog window, before the issue is reproduced.
Hello, the actual absolute path is C:\Users\Дом\.virtualenvs\Дом-AudGLufz\bin\python.
The screenshot of the interpreter on the picture. I get the problem with any project.
Thank you, please avoid having cyrillic characters in your paths (interpreter paths, project paths, e.t.c.) - it could lead to various issues. I recommend creating a new Windows user using latin alphabet.
I could reproduce the similar issue with venv: https://youtrack.jetbrains.com/issue/PY-45152
Though I'm sure the issue with pipenv could be reproduced as well, I failed to run PyCharm under cyrililc-named user.
OK, thanks for the help
Similar issue:
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360006939619-Failed-to-create-interpreter-venv-bin-python-not-found
A working solution for me:
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360006939619/comments/5699824872594