GenAIExamples icon indicating copy to clipboard operation
GenAIExamples copied to clipboard

ChatQnA urllib3 old version

Open wsfowler opened this issue 1 year ago • 0 comments

Following the readme for the ChatQnA Gaudi example and ran into the following error during step 1:

Installed /usr/local/lib/python3.10/dist-packages/mypy_extensions-1.0.0-py3.10.egg
error: urllib3 1.26.5 is installed but urllib3>=2 is required by {'types-requests'}

This is during the python setup.py install step.

Fix was to use pip to install a 2.x.x version of urllib3.

wsfowler avatar May 13 '24 20:05 wsfowler