python系列:解决:ModuleNotFoundError: No module named ‘selenium’

解决:ModuleNotFoundError: No module named ‘selenium’

  • 解决:ModuleNotFoundError: No module named ‘selenium’
    • 解决:ModuleNotFoundError: No module named ‘selenium’
      • 背景
      • 报错问题
      • 报错翻译
      • 报错位置代码
      • 报错原因
      • 解决方法
        • 方法一,直接安装
        • 方法二,手动下载安装
        • 方法三,编译安装
      • Selenium 简介




解决:ModuleNotFoundError: No module named ‘selenium’

解决:ModuleNotFoundError: No module named ‘selenium’

背景

在使用之前的代码时,报错:

Traceback (most recent call last):
File “xxx”, line xx, in
import selenium
ModuleNotFoundError: No module named ‘selenium

报错问题

  Tr

你可能感兴趣的:(#,python,python,selenium,开发语言)