我是Python的新手。我使用PyCharm创建了一个新的Python项目。当我运行我的独立小程序时,我得到了以下错误。ModuleNotFoundError: No module named 'selenium.webdriver.common'
我已经安装了PIP,并通过PIP安装了Selenium。
我通过cmd使用pip install matplotlib安装matpotlib库。该库在IDLE中运行良好,但我无法在PyCharm中导入它。我尝试直接在Pycharm中安装库,但是显示了一个错误。I have attached an image of error it shows while installing through pycharm.