Open watchman-pypi[bot] opened 4 years ago
1.Change your direct dependency pillow [the latest version] to be pillow [<=4.2.1]. 2.Remove your direct dependency pillow [the latest version], and use pillow transitively introduced by piexif. 3.Upgrade or downgrade your direct dependency piexif to transitively introduce a compatible version of pillow.
Issue description
Hi, users are unable to run agpytesting due to dependency conflict with pillow package.
As shown in the full dependency graph of agpytesting, agpytesting requires pillow (the latest version), while piexif requires pillow (==4.2.1).
According to pip's "first found wins" installation strategy, pillow==7.2.0 is the actually installed version. However, pillow==7.2.0 does not satisfy pillow (==4.2.1).
Dependency tree-------