I have trouble to get elpy working on Windows 10 with Emacs 27 (Downloaded from http://ftp.gnu.org/gnu/emacs/windows/emacs-27/emacs-27.2-x86_64-installer.exe).
When I do M-x elpy-config I got the error message Neither easy_install nor pip found. That makes it impossible for me to check out the great elpy config buffer that would show me what elpy is missing.
Python 3.9.10 is installed. I am able to invoke it via py -3 and python on the windows command prompt. Also pip and py -3 -m pip are working well.
Values of the Windows PATH:
echo %PATH% C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\user\AppData\Local\Programs\Python\Python39\Scripts\;C:\Users\user\AppData\Local\Programs\Python\Python39\;C:\Users\user\AppData\Local\Microsoft\WindowsApps; Values of exec-path:
exec-path is a variable defined in C source code. Value ("c:/Windows/system32" "C:/Windows" "C:/Windows/System32/Wbem" "C:/Windows/System32/WindowsPowerShell/v1.0/" "C:/Windows/System32/OpenSSH/" "C:/Users/user/AppData/Local/Programs/Python/Python39/Scripts/" "C:/Users/user/AppData/Local/Programs/Python/Python39/" "C:/Users/user/AppData/Local/Microsoft/WindowsApps" "." "c:/Program Files/Emacs/x86_64/libexec/emacs/27.2/x86_64-w64-mingw32") Original Value ("c:/Windows/system32" "c:/Windows" "c:/Windows/System32/Wbem" "c:/Windows/System32/WindowsPowerShell/v1.0" "c:/Windows/System32/OpenSSH" "c:/Users/user/AppData/Local/Programs/Python/Python39/Scripts" "c:/Users/user/AppData/Local/Programs/Python/Python39" "c:/Users/user/AppData/Local/Microsoft/WindowsApps" "." "c:/Program Files/Emacs/x86_64/libexec/emacs/27.2/x86_64-w64-mingw32") btw: I do not know why x86_64-w64-mingw32 is part of the exec-path. This does not exist on my system; MinGW is not installed.
There is also an open issue about that problem.