Torch==1.10.0 has no wheels are available with a matching Python ABI

Hello, I am trying to install torch version 1.10.0 but it is giving an error. I am trying to deploy the app on streamlit cloud.


https://instance-segmentation-for-waste-detection-in-the-wild-qz39rbw3.streamlit.app/

my requirments.txt:

torch==1.10.0
torchvision==0.11.1

That version of torch is very old. You need python < 3.10.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.