简体   繁体   中英

Unable to pip install exceptions Package

When I tried to pip install module exceptions, the error I received was "Could not find a version that satisfies the requirement exceptions (from versions:) No matching distribution found for exceptions". How do I look for the correction version, or is there another option to install this module?

Under the right path where Scripts are saved, I used pip install. Other modules are successfully installed except 'exceptions'

pip install --user exceptions

There is only one release for the module; the release is old (2015), low-quality (version 0.1) and doesn't contain real files to install.

When I go to its home page (repository at Github) I see the module was renamed to pyception . So install it as:

pip install [--user] pyception

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