pip not resolving newer package than required dependency

adam.preble at gmail.com adam.preble at gmail.com
Mon Aug 27 11:47:51 EDT 2018


I have a module with a dependency specifically on pillow>=4.2.1. We are using an internal PyPI that has removed the pillow 4.x series, but it does have 5.2.0. If we try to install pillow>=4.2.1 it doesn't find anything. If we just instruct pip to install pillow, then it will end up installing pillow 5.2.0 just fine. Is there some peculiar versioning rule I'm running into here?



More information about the Python-list mailing list