-
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
Failed to install on Ubuntu 18.04 LTS #63
Comments
At the moment you can download the current version from this repo. I'll try to update the Ububtu package "sooner" |
I tried to download the current version on this repo and it gives again
|
try with:
|
Brilliant this worked for me! Going through the --help I noticed number of options like --hist, --spectrogram and the like. IHow do you use them on single music file? Thanks a lot |
It is not working, it's still giving the same error:
When run locally:
|
On Ubuntu 18.04 I tried to install the tar.gz version of the package using
sudo python setup.py install --root="/" --prefix="usr" --optimize=1
I get the following error
Traceback (most recent call last):
File "/usr/bin/dr14_tmeter", line 21, in <module>
import dr14tmeter.dr14_tmeter
ImportError: No module named dr14tmeter.dr14_tmeter
I also tried the *.deb version, but it doesn't install saying that I miss the
python-support
package. I tried to install it from pip, but it says that this is a deprecated package.Any idea?
The text was updated successfully, but these errors were encountered: