Valorant-Account-Creator icon indicating copy to clipboard operation
Valorant-Account-Creator copied to clipboard

ChromeType Error

Open kevinyasuo opened this issue 1 year ago • 1 comments

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😭

kevinyasuo avatar Sep 21 '23 15:09 kevinyasuo

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.

devularia avatar Mar 07 '24 17:03 devularia