简体   繁体   中英

pip install : Could not find a version that satisfies the requirement curses

I have an issue to install modules in python, I am trying to pip install curses , but i get below error.

C:\Users\Manu>pip install curses
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement curses (from versions: none)
ERROR: No matching distribution found for curses

The error simply states that the package you are trying to install is not found.

The curses library in windows can be installed by
pip install windows-curses

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM