Skip to content
New issue

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

from utils import download_chromedriver, has_chromedriver, Release #7

Open
vassper opened this issue Jan 12, 2022 · 3 comments
Open

Comments

@vassper
Copy link

vassper commented Jan 12, 2022

$ python run.py
Traceback (most recent call last):
File "run.py", line 11, in
from utils import download_chromedriver, has_chromedriver, Release
ImportError: cannot import name 'Release' from 'utils' (C:\Users\d\TikTok\utils.py)

OS: Windows 10
Python 3.7
Run in console: GitBash

@iBlz
Copy link

iBlz commented Feb 21, 2022

i have the same error

@OVERPEY
Copy link

OVERPEY commented Mar 1, 2022

to fix this replace "Release" from file run.py to "get_latest_release"

@wheat009
Copy link

root@mmpp:~/TikTok# python3 run.py
Traceback (most recent call last):
File "run.py", line 190, in
download_chromedriver(get_latest_release.AUTO_DETECT)
AttributeError: 'function' object has no attribute 'AUTO_DETECT'

The above problems occurred after modification

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants