Hey
@MikeLud1, I broke one of my CPAI servers and am hoping you can steer me in the right direction. Not sure what I installed, but apparently I now have a newer version of urllib3 that is not supported by CPAI. Here's what I'm seeing in my CPAI server log:
17:44:59:ObjectDetectionYolo: 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.
17:44:59:ObjectDetectionYolo: botocore 1.31.44 requires urllib3<1.27,>=1.25.4, but you have urllib3 2.0.4 which is incompatible.
17:44:59:ObjectDetectionYolo: google-auth 2.22.0 requires urllib3<2.0, but you have urllib3 2.0.4 which is incompatible.
Any thoughts on how to resolve this?
TIA