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

0
5 comments

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.

0
Avatar
Permanently deleted user

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.

0

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.

1
Avatar
Permanently deleted user

OK, thanks for the help

0

Please sign in to leave a comment.