benman1 / generative_ai_with_langchain

Build large language model (LLM) apps with Python, ChatGPT and other models. This is the companion repository for the book on generative AI with LangChain.
https://amzn.to/43PuIkQ
MIT License
600 stars 242 forks source link

Add python dev tools to linux system requirements. #18

Closed Convalytics closed 8 months ago

Convalytics commented 8 months ago

I was having issues installing requirements.txt on Ubuntu 22 and had to install python dev tools and build essentials to resolve.

sudo apt install python3-dev sudo apt-get install build-essential -y For python dev tools, you might need to install the package specific to your python version. sudo apt install python3.11-dev

benman1 commented 8 months ago

Hi @Convalytics. I am bit confused. Are you installing this directly on your system? The yaml file specifies Python 3.10.

benman1 commented 8 months ago

Closing as stale