openvinotoolkit / openvino_notebooks

📚 Jupyter notebook tutorials for OpenVINO™
Apache License 2.0
2.19k stars 762 forks source link

setuptools version error #2134

Closed sanbuphy closed 4 weeks ago

sanbuphy commented 4 weeks ago

Describe the bug

Hello, I believe that the version of setuptools will deactivate notebooks . It has been noted in the current requirements that: setuptools>=56.0.0 However, when the version exceeds 70.0.0, the following errors occur (due to API changes in that version of the package). (openvino_notebooks/notebooks/254-llm-chatbot/254-rag-chatbot.ipynb) image

In this case, it is recommended to install a lower version of setuptools to ensure normal operation, such as: pip install setuptools==69.5.1