epy icon indicating copy to clipboard operation
epy copied to clipboard

Windows pip install not working - No module named '_curses'

Open furicle opened this issue 4 years ago • 1 comments

tried pip3 install --user epy Win 10 in a powershell window.
Seemed to install ok.
Added AppData\Roaming\Python\Python36\Scripts to path

Running epy gives above error

furicle avatar Nov 18 '21 15:11 furicle

Hey there. There seems to be something wrong with the install script, I will look into that when I get my hands on windows. As a workaround, maybe you can try install curses manually with:

pip3 install --user windows-curses

And rerun the epy, without reinstalling epy... Does it work?

wustho avatar Nov 18 '21 17:11 wustho