Closed 31onMusk closed 1 year ago
What version are you using?
I use pyktok 0.0.17 and webdriver-manager 4.0.1
What is the result of the following code?
import webdriver_manager
webdriver_manager.__version__
I get 3.8.2
Please upgrade to 4.0.1 and then try it. Will fix this permanently in the next update
It's fixed, but now I get other error:
Exception has occurred: PermissionError
[Errno 13] Permission denied: 'C:\Users\Elon Musk\AppData\Roaming\..\Local\Google\Chrome\User Data\Default\Network\Cookies'
File "C:\Users\Elon Musk\TTD.py", line 1, in
I get this error: Exception has occurred: ModuleNotFoundError No module named 'webdriver_manager.core.os_manager' File "C:\Users\Elon Musk\TTD.py", line 1, in
import pyktok as pyk
ModuleNotFoundError: No module named 'webdriver_manager.core.os_manager'
Some ideas how to solve that?