Installing pytorch in anaconda env

My env’s name is “torch” and the version of cuda that I used is 10.1
Although I installed pytorch in my env “torch” (I also checked), but ModuleNotFountError occured…
"ModuleNotFoundError: No module named ‘pytorch.’

I tried to defuse the issue by updating anaconda or create new environment by another version cuda… but it did not work. I wanna install pytorch in “torch” env, and apply it to pycharm project.
What should I do?

It should be import torch and not import pytorch as you may have typed.