OpenScanEu / OpenScan

All you need to build your 3D Scanner
732 stars 53 forks source link

pip3 search gphoto2 now fails #8

Open shift opened 3 years ago

shift commented 3 years ago

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.