I am trying to use Adobe's pdfservices-sdk and am getting the following error
ERROR: pip's dependency resolver does not currently take into account all the packages
that are installed. This behaviour is the source of the following dependency conflicts.
pdfservices-extract-sdk 1.0.0b1 requires urllib3==1.26.3, but you have urllib3 1.26.8
which is incompatible.
Successfully installed urllib3-1.26.8
When I instead install version 1.26.3, it says that it is incompatible and requires 1.26.8.
I keep going back and forth, it is not working. Any thoughts? Thanks!