wkaisertexas / tiktok-uploader

Automatically ⬆️ upload TikTok videos
https://pypi.org/project/tiktok-uploader/
MIT License
390 stars 91 forks source link

add pytz to pyproject.toml #58

Closed csrgxtu closed 1 year ago

csrgxtu commented 1 year ago

hi, when i follow the following instruction install tiktok-uploader

image

and run got an ModuleNotFoundError

image

OS: Mac os 13.4 (22F66) Python: CPython 3.11.5

So i added it and test it in my virtualenv, now works.

image image
csrgxtu commented 1 year ago

https://pythonhosted.org/pytz/

this 3rd party module isn't a std module built in with Python, so need included it into the requirements.