gpt4free
gpt4free copied to clipboard
Incorrect Python version
After cloning the gpt4free repository (into a OneDrive folder on Windows), I am able to set up the virtual environment. However, running pip3 install -r requirements.txt
gives this error streamlit-chat requires Python '>=3.8' but the running Python is 3.6.8
. It appears that Python 3.6.8 is installed under the venv/bin
directory. I'm not sure how I can fix this problem.
You should install Python 3.8 or higher to use this API.
https://www.python.org/downloads/