dfreelon / pyktok

A simple module to collect video, text, and metadata from Tiktok.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: cannot import name 'ChromeType' from 'webdriver_manager.core.utils'

XDavidT opened this issue · comments

cannot import name 'ChromeType' from 'webdriver_manager.core.utils' (/Users/xdavidt/Documents/VCode/telegram_bots/.venv/lib/python3.9/site-packages/webdriver_manager/core/utils.py)
File "/Users/xdavidt/Documents/VCode/telegram_bots/MediaBot/app/tiktok_v2.py", line 1, in
import pyktok as pyk
ImportError: cannot import name 'ChromeType' from 'webdriver_manager.core.utils' (/Users/xdavidt/Documents/VCode/telegram_bots/.venv/lib/python3.9/site-packages/webdriver_manager/core/utils.py)

Why is that?
The code is the example on the Readme

This has been fixed.