package installed but not showing in the pycharm's available packages
问题 I installed the PyAutoGUI package using pip install pyautogui . I can tell it's installed since I can import it using the PyCharm terminal: Python 3.6.5 |Anaconda, Inc.| (default, Mar 29 2018, 13:32:41) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import pyautogui >>> print(pyautogui) <module 'pyautogui' from 'C:\\python\\anaconda3\\lib\\site packages\\pyautogui\\__init__.py'> >>> My problem is: When I try to add it to my