godot-python icon indicating copy to clipboard operation
godot-python copied to clipboard

Pip does not work on windows

Open creikey opened this issue 4 years ago • 4 comments

From root of godot 3.4 project with addon installed from asset store:

addons\pythonscript\windows-64\python.exe -m pip

returns

C:\...\pythonscript\windows-64\python.exe: No module named pip

creikey avatar Dec 20 '21 03:12 creikey

I've managed it to work by opening pycharm and setting the python executable that comes in the asset as the interpreter. Then pycharm asks to install the setuptools and wheels and all works after that. I don't know why this, but it solved for me :) Hopefully someone who understands this better can fix it later..

christinoleo avatar Dec 20 '21 04:12 christinoleo

python.exe -m ensurepip

ca3games avatar Dec 21 '21 23:12 ca3games

Hello @creikey pip doesn't install by default in windows use python -m ensurepip to make sure pip installed i system. Python ensurepip this the docs

gunungpw avatar Jan 08 '22 11:01 gunungpw

Same issue here, and when I try python.exe -m ensurepip it does nothing.

fmccabe80 avatar Jan 21 '22 20:01 fmccabe80