TypeError:“模块"对象不是可调用错误,运行pip install selenium [英] TypeError: 'module' object is not callable error running pip install selenium

查看:144
本文介绍了TypeError:“模块"对象不是可调用错误,运行pip install selenium的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在PC上重新安装了Python.要重现该问题,我打开命令提示符并执行命令:

I have a fresh installation for Python on my PC. To reproduce the issue, I open the command prompt and executed the command:

pip install selenium

我看到以下错误:

TypeError:模块"对象不可调用

TypeError: 'module' object is not callable

推荐答案

对此进行了修正:

python -m pip安装硒--user

python -m pip install selenium --user

这篇关于TypeError:“模块"对象不是可调用错误,运行pip install selenium的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆