No module named 'torch' linux fedora 34

I am doing some test using RNN for forecasting, and I am using Python version 3.9.9. A virtual environment was created using pip3 and is named as RedesNeuraisEnv. When I try to use it in Jupyter notebook I get this message: No module named ‘torch’
List of packages installed in that environment is at UNTITLED - Pastebin Service

How can I solve this?