Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChromeType Error #3

Open
kevinyasuo opened this issue Sep 21, 2023 · 1 comment
Open

ChromeType Error #3

kevinyasuo opened this issue Sep 21, 2023 · 1 comment

Comments

@kevinyasuo
Copy link

Hi There How to soleve this problem?

PS D:\Valorant-Account-Creator-main> & D:/Python311/python.exe d:/Valorant-Account-Creator-main/ValoGenPremium/valogenpremiumCHROME.py
Traceback (most recent call last):
File "d:\Valorant-Account-Creator-main\ValoGenPremium\valogenpremiumCHROME.py", line 6, in
from webdriver_manager.core.utils import ChromeType
ImportError: cannot import name 'ChromeType' from 'webdriver_manager.core.utils' (D:\Python311\Lib\site-packages\webdriver_manager\core\utils.py)

I'm not good at python can you help me plz😭

@devularia
Copy link

Try using those commands to install webdriver-manager

pip uninstall webdriver-manager
pip install webdriver-manager

For an specific version
pip install webdriver-manager==<compatible_version>

or

pip3 uninstall webdriver-manager
pip3 install webdriver-manager

For an specific version
pip3 install webdriver-manager==<compatible_version>

Replace <compatible_version> with the appropriate version number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants