ModuleNotFoundError: No module named 'isaacgym'

I’m on Ubuntu 20 and I installed isaacgym through pip install -e . . However python says there’s no module named isaacgym when I try to import it. Why?

May I ask if your problem has been resolved? I also encountered the same problem. How did you solve it