Hi, I tried to pip-install this package and received the following error:
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.
dash 2.18.2 requires Flask<3.1,>=1.0.4, but you have flask 3.1.1 which is incompatible.
dash 2.18.2 requires Werkzeug<3.1, but you have werkzeug 3.1.3 which is incompatible.
streamlit 1.43.0 requires protobuf<6,>=3.20, but you have protobuf 7.35.1 which is incompatible.
It seems to be saying there are some dependency issues with dash and streamlit having older dependencies, which are incompatible with the newer ones I have. I am not inclined to trace it to those projects, so I am reporting this here. Hope this matter can be investigated and dealt with.
I am using Python 3.13.0 on Windows 11. Please update me on whether raising this issue here resolves it.
Hi, I tried to pip-install this package and received the following error:
It seems to be saying there are some dependency issues with
dashandstreamlithaving older dependencies, which are incompatible with the newer ones I have. I am not inclined to trace it to those projects, so I am reporting this here. Hope this matter can be investigated and dealt with.I am using Python 3.13.0 on Windows 11. Please update me on whether raising this issue here resolves it.