Joe
Joe

Reputation: 11

How can I download curses python3.4?

I've installed pip and updated it to the latest version however when I type "pip install curses" into the command prompt I get an reply stating "Could not find a version that satisfies the requirement curses (from versions: ) No matching distribution found for curses"

Can anyone help me please?

Upvotes: 1

Views: 4368

Answers (1)

phd
phd

Reputation: 94538

pip install http://www.lfd.uci.edu/~gohlke/pythonlibs/vu4hx7yr/curses-2.2-cp34-none-win_amd64.whl

See http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses for other versions. Heed the warning: «Unicode characters are not supported.»

Upvotes: 1

Related Questions