wustho / epy

CLI Ebook (epub2, epub3, fb2, mobi) Reader
GNU General Public License v3.0
962 stars 52 forks source link

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

Open furicle opened 2 years ago

furicle commented 2 years ago

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

wustho commented 2 years ago

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?