generative_ai_with_langchain icon indicating copy to clipboard operation
generative_ai_with_langchain copied to clipboard

Issues installing dependencies on ubuntu 24

Open audaxland opened this issue 5 months ago • 6 comments

I am having issues installing dependencies on ubuntu 24.04.1

I am trying to run

pip install -r requirements.txt

on a virtual environment

python --version
Python 3.11.10

and I am getting the error

ERROR: Could not build wheels for wikipedia, langdetect, sgmllib3k, which is required to install pyproject.toml-based projects

I seem to need to install additional dependencies, but I'm not finding what..

audaxland avatar Sep 09 '24 19:09 audaxland