epy
epy copied to clipboard
Windows pip install not working - No module named '_curses'
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
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?