Bbalduzz / Valorant-Account-Creator

ValoGen, python script and exeguible able to generate valorant accounts in a matter of seconds with hCaptcha bypass. Works with Firefox and Chrome
MIT License
31 stars 13 forks source link

ChromeType Error #3

Open kevinyasuo opened 11 months ago

kevinyasuo commented 11 months ago

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 commented 5 months ago

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.