We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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😭
The text was updated successfully, but these errors were encountered:
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>
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>
pip3 install webdriver-manager==<compatible_version>
Replace <compatible_version> with the appropriate version number.
<compatible_version>
Sorry, something went wrong.
No branches or pull requests
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😭
The text was updated successfully, but these errors were encountered: