OpenScanEu/OpenScan

pip3 search gphoto2 now fails

Opened this issue · 0 comments

shift commented

Hey,

Just to let you know the command pip3 search gphoto2 used to check gphoto2 is installed fails currently with

xmlrpc.client.Fault: <Fault -32500: "RuntimeError: PyPI's XMLRPC API has been temporarily disabled due to unmanageable load and will be deprecated in the near future. See https://status.python.org/ for more information.">

This is due to changes within status.python.org. I updated my local backend configuration to check for the following instead pip3 freeze | grep gphoto2 and it seems to work.