dfreelon / pyktok

A simple module to collect video, text, and metadata from Tiktok.
BSD 3-Clause "New" or "Revised" License
335 stars 44 forks source link

No module named 'webdriver_manager.core.os_manager' Error #28

Closed 31onMusk closed 1 year ago

31onMusk commented 1 year ago

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?

dfreelon commented 1 year ago

What version are you using?

31onMusk commented 1 year ago

I use pyktok 0.0.17 and webdriver-manager 4.0.1

dfreelon commented 1 year ago

What is the result of the following code?

import webdriver_manager
webdriver_manager.__version__
31onMusk commented 1 year ago

I get 3.8.2

dfreelon commented 1 year ago

Please upgrade to 4.0.1 and then try it. Will fix this permanently in the next update

31onMusk commented 1 year ago

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 import pyktok as pyk PermissionError: [Errno 13] Permission denied: 'C:\Users\Elon Musk\AppData\Roaming\..\Local\Google\Chrome\User Data\Default\Network\Cookies'