<#2069 Failed to resolve compatible distributions:...
# github-notifications
q
#2069 Failed to resolve compatible distributions: `Sphinx==6.1.3` requires `docutils&lt;0.20,&gt;=0.18` but `docutils 0.16` was resolved Issue created by NiklasRosenstein Hi! I'm trying to build a Pex of an application that has
s3
as a dependency. But when I try that, I get the following error:
Copy code
$ 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:
Copy code
$ 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/pex