wkaisertexas / tiktok-uploader

Automatically ⬆️ upload TikTok videos
https://pypi.org/project/tiktok-uploader/
360 stars 84 forks source link

ModuleNotFoundError: No module named 'tiktok_uploader' #37

Closed cheersgocheersgo closed 1 year ago

cheersgocheersgo commented 1 year ago

Hello, When I execute the program.it is error. Can you help me,please?

tiktok-uploader -v my_video.mp4 -d "this is my escaped \"description\"" -c www.tiktok.com_cookies.txt Traceback (most recent call last): File "c:\users\cheersgo\appdata\local\programs\python\python37\lib\runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "c:\users\cheersgo\appdata\local\programs\python\python37\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "C:\Users\cheersgo\AppData\Local\Programs\Python\Python37\Scripts\tiktok-uploader.exe__main__.py", line 4, in ModuleNotFoundError: No module named 'tiktok_uploader' 5545

der4ikus commented 1 year ago

for first you should install tiktok_uploader module pip install tiktok-uploader

wkaisertexas commented 1 year ago

I honestly have zero idea how you got the command line version installed without having tiktok-uploader installed. Really weird.

You probably have multiple versions of Python on your system which could potentially be causing errors.