546200350 / TikTokUploder

Upload video to Tik Tok by sessionId
MIT License
163 stars 27 forks source link

No module named 'execjs' #45

Closed cslop3r closed 1 year ago

cslop3r commented 1 year ago

Hi, I'm getting this error, if someone would have an idea how to correct it please.

XavierZambrano commented 1 year ago

You must install it, https://pypi.org/project/PyExecJS/

In your terminal execute the command: pip install PyExecJS

after it will be installed and you can execute normally your script or command line

cslop3r commented 1 year ago

Thanks!