langchain-ai / opengpts

MIT License
6.42k stars 845 forks source link

PIP Dependency Error #74

Open gptprotocol opened 10 months ago

gptprotocol commented 10 months ago

I'm trying to install the pip requirements from the .txt file but I keep running into this error. I'm on an M1 Macbook Pro.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. streamlit 1.20.0 requires protobuf<4,>=3.12, but you have protobuf 4.25.0 which is incompatible. langflow 0.0.46 requires langchain<0.0.114,>=0.0.113, but you have langchain 0.0.340 which is incompatible. langflow 0.0.46 requires typer<0.8.0,>=0.7.0, but you have typer 0.9.0 which is incompatible. langflow 0.0.46 requires uvicorn<0.21.0,>=0.20.0, but you have uvicorn 0.23.2 which is incompatible. jupyterlab-server 2.19.0 requires json5>=0.9.0, but you have json5 0.8.4 which is incompatible. aiobotocore 2.6.0 requires botocore<1.31.18,>=1.31.17, but you have botocore 1.32.6 which is incompatible.

gptprotocol commented 10 months ago

This is what the error looks like.

Screenshot 2023-11-23 at 1 36 55 PM