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.

ImportError: No module named audiotsm

See original GitHub issue

I tried jumpcutter.py but I got this: $ python jumpcutter.py -h Traceback (most recent call last): File "jumpcutter.py", line 4, in <module> from audiotsmv import phasevocoder ImportError: No module named audiotsm I swear I installed audiotsm, and it should have been fine (pip install audiotsm) so why can’t Python find it? I’m kind of a noob to Python. Some help, please?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
Mallingtoncommented, Apr 23, 2019

You need to make sure all of the following packages are installed: Pillow audiotsm scipy numpy pytube

To install them, simply use the command: pip3 install <put package name here>

0reactions
puccjcommented, Oct 18, 2021

Same problem here but even weirder: yesterday everything worked fine and I successfull converted a video. Today I got the “No module named audiotsm” error. I tried uninstall and install again the module, but nothing happen

Read more comments on GitHub >

github_iconTop Results From Across the Web

ImportError No module named pyaudio - Stack Overflow
I am writing a program in Python on RaspberryPi, But I am getting an error ImportError No module named ...
Read more >
2021 How to Fix "No Module Named..." Error in Python
2021 How to Fix ImportError " No Module Named pkg_name" in Python! First, download the package using a terminal outside of python.
Read more >
No Module Named PyAudio - YouTube
Python Import Error Module Not Found Error : No Module Named PyAudio In Ubuntu Linux.
Read more >
2022 How to Fix ImportError "No Module Named Sklearn ...
2022 How to Fix " No Module Named Sklearn" Error in Python! How to fix the import error in PyCharm and running scripts...
Read more >
Import Error: No Module Named audiocore : r/raspberrypipico
I was trying to run the following code as my first RPP project: import audiocore import board import audiobusio wave_file ...
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