最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Python Error while executing "from selenium import webdriver" - Stack Overflow

programmeradmin1浏览0评论

I used to execute my code normally without any problems. But today when I executed

import selenium
from selenium.webdrivermon.by import By

it's okay, but when I run this line, it's suddenly showing an error

from selenium import webdriver

_TYPE_REDUCE_RESULT = tuple[typing.Callable[..., object], tuple[object, ...]]

TypeError: 'type' object is not subscriptable

I tried to uninstall and install selenium but i got the same error.

Any help please ?

发布评论

评论列表(0)

  1. 暂无评论