ModuleNotFoundError: No module named ‘fake_useragent‘
文章目录
- ModuleNotFoundError: No module named ‘fake_useragent‘
-
- 一、现象
- 二、解决方法
-
- 1、继续运行pip install fake_useragent
- 2、运行pip版本号+ install fake_useragent
-
- a、获取python版本
- b、下载fake_useragent
- 3、运行pip install -U fake_useragent
- 4、利用whl安装fake_useragent
- 三、当以上方法都不行时的绝招
一、现象
直接输入pip install fake_useragent
看似下载了,却依然会报ModuleNotFoundError: No module named ‘fake_useragent‘的错误
或者就不来虚的,直接报错
二、解决方法
注:以下四种解决方法并不会冲突,可以都试一波
1、继续运行pip install fake_useragent
再尝试一波