wanghaisheng / tiktoka-studio-uploader

Schedule and Publish contents erverywhere.Bulk auto video upload and Scheduling & Publishing Effortless for You & Your Entire Team. batch headless upload all major social networks using this ultimate social media scheduler. Fret less, save time, and generate more leads!
https://www.tiktokastudio.com
MIT License
274 stars 52 forks source link

ModuleNotFoundError: No module named 'redis' #69

Closed romanrsr closed 10 months ago

romanrsr commented 10 months ago

Checklist

Description

I'm using Python version 3.10.0. Redis 3.5.3 Installed

Traceback (most recent call last): File "C:\Users\Administrator\Desktop\youtube\tiktoka-studio-uploader\examples\onefile-example_tiktok_sessionid.py", line 1, in from tsup.tiktok.sessionId.uploader import upload2TiktokSessionId File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\tsup-0.1.16-py3.10.egg\tsup__init.py", line 25, in from tsup.youtube.youtube_upload import YoutubeUpload File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\tsup-0.1.16-py3.10.egg\tsup\youtube\youtube_upload.py", line 12, in from tsup.utils.webdriver import ( File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\tsup-0.1.16-py3.10.egg\tsup\utils\webdriver\init__.py", line 10, in from tsup.utils.webdriver.playwright_driver_async import PlaywrightAsyncDriver File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\tsup-0.1.16-py3.10.egg\tsup\utils\webdriver\playwright_driver_async.py", line 28, in from tsup.utils import tools File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\site-packages\tsup-0.1.16-py3.10.egg\tsup\utils\tools.py", line 44, in import redis ModuleNotFoundError: No module named 'redis'

wanghaisheng commented 10 months ago

can you try git checkout -b publish_policy and run pip install -r requirements.txt then your command