'Successfully installed pyg but couldn't import

I successfully installed the pyg package and other four related packages as pic shows: pic 1

however, when I tried to import it in my python code, it doesn't work: pic 2

Does anyone know why? For more information, I use pip to install these packages, and I can see pyg package when I use pip list, but I couldn't find it when I use conda list



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source