Jump to content

Problems with downloading curses to python

I want to download curses to python, and use it for my program. I have downloaded the wheel file, and am trying to use pip to install in the command line. It comes up with the error "Could not find a version that satisfies the requirement curses-2.2-cp37-cp37m-win_amd64 (from versions: ) No matching distribution found for curses-2.2-cp37-cp37m-win_amd64"

I have tried updating the pip, but it was already up to date.

I am running python 3.7.2 64 bit.

Hope you can help!

Link to comment
Share on other sites

Link to post
Share on other sites

It appears that you are running a Windows Machine (as discerned from the package name), however that curses package does not support Windows. A similar package that does support Windows, is windows-curses, available as so on pip. At first glance, the functionality is the same, however I have not tested either of these packages.

 

Source:

https://www.devdungeon.com/content/curses-windows-python

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×