ModuleNotFoundError: No module named 'lyrebird.mainwindow'
See original GitHub issueI 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:
- Created 3 years ago
- Comments:14 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 😦
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.