Closed Tiptop4792 closed 9 months ago
Hi @Tiptop4792
I use pipenv as shown here on my fork: https://github.com/djhmateer/auto-archiver/blob/v6-test/infra/server-build.sh#L69
Like you I'm using Ubuntu 22.04 and following this build script I've got all dependencies working.
I've not come across your error, but have had many similar (it could be the version of Python for example)
Echoing @djhmateer 's advice to try to use pipenv since it's using already tested library versions from the pipenv.lock file. That being said, replication of this error and tests with other lib version's are welcome. it's pretty well updated at https://github.com/krypton-byte/tiktok-downloader
Great advice! Thanks so much. Am I missing something, @djhmateer, but I can't find the pipenv line for installing the archiver in your code, just the dependencies and a log of configs, which, of course, is also really helpful.
pipenv is used in option 3 here: https://github.com/bellingcat/auto-archiver#option-3---local-installation
Hey y'all!
I failed installing the archiver, apparently multiple issues with tiktok_downloader.
I used
pip install
on Unbuntu 22.04Did anyone come across it?
Here's my terminal output:
Many thanks for looking into this!