标签: python selenium-webdriver pycharm anaconda
我正在使用Pycharm和anaconda在Python中工作。我需要使用selenium webdriver。代码行from selenium import webdriver会触发错误
from selenium import webdriver
ImportError:没有名为'selenium'的模块。
我尝试了conda install -c conda-forge selenium命令,但仍然出现错误。
conda install -c conda-forge selenium