dfreelon / pyktok

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

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

Closed XDavidT closed 11 months ago

XDavidT commented 1 year ago

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

dfreelon commented 11 months ago

This has been fixed.