-
Notifications
You must be signed in to change notification settings - Fork 34
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
ImportError: No module named dr14tmeter.dr14_tmeter #81
Comments
Same for me on Ubuntu 18.04 LTS. |
dr14_t.meter seems to be no longer maintained. ebumeter is a similar application, that is in the debian repository. ebur128 is the command line version that comes with it. |
run dr14 with the -p switch |
@hugh-m
|
Debian GNU/Linux 10 (buster) on Windows WSL
$ git clone git://github.com/simon-r/dr14_t.meter.git
$ cd dr14_t.meter
$ sudo python setup.py install --root="/" --prefix="usr" --optimize=1
$ dr14_tmeter --help
Traceback (most recent call last):
File "/usr/bin/dr14_tmeter", line 21, in
import dr14tmeter.dr14_tmeter
ImportError: No module named dr14tmeter.dr14_tmeter
No error running
setup.py
$ sudo apt install ./dr14tmeter_1.0.16-1_all.deb
result in the same error when I run
dr14_tmeter
The text was updated successfully, but these errors were encountered: