Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INSTALLATION] - ModuleNotFoundError: No module named 'TikTokApi' #1111

Open
qdl49 opened this issue Feb 4, 2024 · 3 comments
Open

[INSTALLATION] - ModuleNotFoundError: No module named 'TikTokApi' #1111

qdl49 opened this issue Feb 4, 2024 · 3 comments
Labels
installation_help Someone is having problems installing the api

Comments

@qdl49
Copy link

qdl49 commented Feb 4, 2024

Hello, I installed TikTokApi via pip install TikTokApi --upgrade and then python -m playwright install.
Everything it's okay but I have the error "No module named 'TikTokApi'" when I try "from TikTokApi import TikTokApi".

Could you help me please ?

Thank you

@qdl49 qdl49 added the installation_help Someone is having problems installing the api label Feb 4, 2024
@ob-chen
Copy link

ob-chen commented Feb 5, 2024

I have also encountered a similar issue, and my solution was to uninstall it and then reinstall it.
pip uninstall TikTokApi
pip install TikTokApi
python -m playwright install
Note: Make sure to correctly delete all the data under the lib path.

@cloudengineer89
Copy link

I faced with the same issue.
Rerunning commands to uninstall and install TikTokApi doesn't help.
TikTokApi version: TikTokApi-6.2.1
playwright version: Version 1.41.2

@Marimhou
Copy link

Marimhou commented Mar 5, 2024

I have done what you recommend and the same error keeps appearing, any more help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installation_help Someone is having problems installing the api
Projects
None yet
Development

No branches or pull requests

4 participants