You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ❌] My problem is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)
Description
I'm trying to build a streamlit web application with library version 1.39.0 which it requires protobuf<6,>=3.20 but latest spleeter version which i installed from github using pip install git+https://github.com/deezer/spleeter requires protobuf<3.20,>=3.9.2
Can you consider adapting spleeter to newer versions of protobuf so i could easily use it?
Step to reproduce
Installed using pip install git+https://github.com/deezer/spleeter
Run as user
Got streamlit 1.39.0 requires protobuf<6,>=3.20, but you have protobuf 3.19.6 which is incompatible. error
Description
I'm trying to build a streamlit web application with library version 1.39.0 which it requires protobuf<6,>=3.20 but latest spleeter version which i installed from github using
pip install git+https://github.com/deezer/spleeter
requires protobuf<3.20,>=3.9.2Can you consider adapting spleeter to newer versions of protobuf so i could easily use it?
Step to reproduce
pip install git+https://github.com/deezer/spleeter
user
streamlit 1.39.0 requires protobuf<6,>=3.20, but you have protobuf 3.19.6 which is incompatible.
errorEnvironment
The text was updated successfully, but these errors were encountered: