quaint-telephone-89068
02/26/2023, 10:52 PMs3 as a dependency. But when I try that, I get the following error:
$ pex ./ -o snapper-backups.pex -e snapper_backups.main
Failed to resolve compatible distributions:
1: Sphinx==6.1.3 requires docutils<0.20,>=0.18 but docutils 0.16 was resolved
The issue can be more easily reproduced by simply trying to Pexify the s3 [1] package:
$ pex s3
Failed to resolve compatible distributions:
1: Sphinx==6.1.3 requires docutils<0.20,>=0.18 but docutils 0.16 was resolved
[1] The version of s3 that is being used here is 3.0.0.
This appears to be a bug with Pex because I can properly install s3 with Pip.
pantsbuild/pexuser
02/26/2023, 11:49 PM