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 'lyrebird.mainwindow'

See original GitHub issue

I just downloaded V1.0.1, when I try to launch it, I get this:

Traceback (most recent call last):
  File "/usr/local/bin/lyrebird/app.py", line 5, in <module>
    import lyrebird.mainwindow as mainwindow
ModuleNotFoundError: No module named 'lyrebird.mainwindow'

Lemme know what other details you need.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
chloecormiercommented, Aug 13, 2020

Linux Mint 19.3 (and Ubuntu 18.04, more generally) comes with Python 3.6.9, TiagoTiago will need to upgrade to Linux Mint 20 to get a version of Python that’s new enough sadly 😦

1reaction
underspiffycommented, Aug 13, 2020

For some reason I am getting a permission denied on the folder /usr/local/bin/lyrebird/lyrebird/

The following allowed it to launch sudo chown spiffy /usr/local/bin/lyrebird/lyrebird/*

No issues after that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No module named 'lyrebird.mainwindow' · Issue #9 - GitHub
I just downloaded V1.0.1, when I try to launch it, I get this: Traceback (most recent call last): File "/usr/local/bin/lyrebird/app.py", ...
Read more >
ModuleNotFoundError: No module named 'lyrebird' - RoseIndia.Net
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'lyrebird' How to remove the ModuleNot.
Read more >
Eric - "No module named MainWindow" - Google Groups
perhaps a path error. This is the error message: The debugged program raised the exception unhandled ImportError "No module named MainWindow" File: /home ......
Read more >
README.md - # Lyrebird Simple and powerful voice changer for ...
Lyrebird Simple and powerful voice changer for Linux, written in GTK 3. ... `ModuleNotFoundError: No module named 'lyrebird.mainwindow'`Firstly make sure ...
Read more >
Lyrebird (Linux Voice Changer) v1.0.0 : r/linux_gaming - Reddit
... line 5, in <module> import lyrebird.mainwindow as mainwindow ModuleNotFoundError: No module named 'lyrebird.mainwindow'.
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