question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ModuleNotFoundError: No module named 'TikTokApi'

See original GitHub issue

Read Below!!! If this doesn’t fix your issue delete these two lines

You may need to install chromedriver for your machine globally. Download it here and add it to your path.

Describe the bug

In my terminal I ran ‘pip3 install TikTokApi’ but I could not import the library in my py file.

The buggy code

Please insert the code that is throwing errors or is giving you weird unexpected results.

# Code Goes Here
from TikTokApi import TikTokapi

Expected behavior

The API should run without any errors.

Error Trace (if any)

Put the error trace below if there’s any error thrown.

# Error Trace Here

Desktop (please complete the following information):

  • OS: [I am running it on Mac OS mojave]
  • TikTokApi Version [e.g. 3.3.1] - if out of date upgrade before posting an issue

Additional context

Add any other context about the problem here.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:15 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
davidteathercommented, Dec 3, 2020

Closing because it’s a playwright issue. I think you do need XCode tools installed

1reaction
demon071commented, Nov 29, 2020

Currently there are only 3 methods, I will add more

Read more comments on GitHub >

github_iconTop Results From Across the Web

ModuleNotFoundError: No module named 'TikTokAPI'
However, I run the code again but it throws an error ModuleNotFoundError: No module named 'TikTokAPI' which is weird because I obviously ...
Read more >
ModuleNotFoundError: No module named 'tiktok-api'
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'tiktok-api' How to remove the ModuleN.
Read more >
TikTokApi - PyPI
Unofficial TikTok API in Python. This is an unofficial api wrapper for TikTok.com in python. With this api you are able to call...
Read more >
Environment information (required) - You.com
Calling the TikTok API gives a [AttributeError: 'TikTokApi' object has no attribute '_region']() bug. from TikTokApi import TikTokApi api = TikTokApi() for ...
Read more >
[Fixed] ModuleNotFoundError: No module named 'google'
[Fixed] ModuleNotFoundError: No module named 'google'. by Chris. 5/5 - (1 vote). Do you encounter this frustrating error when trying out the Google...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found