doesn't run under ubuntu 16.04
See original GitHub issue./audfprint.py
Traceback (most recent call last):
File "./audfprint.py", line 24, in <module>
import audfprint_analyze
File "/audfprint/audfprint_analyze.py", line 26, in <module>
import librosa
File "/usr/local/lib/python2.7/dist-packages/librosa/__init__.py", line 12, in <module>
from . import core
File "/usr/local/lib/python2.7/dist-packages/librosa/core/__init__.py", line 108, in <module>
from .time_frequency import * # pylint: disable=wildcard-import
File "/usr/local/lib/python2.7/dist-packages/librosa/core/time_frequency.py", line 10, in <module>
from ..util.exceptions import ParameterError
File "/usr/local/lib/python2.7/dist-packages/librosa/util/__init__.py", line 70, in <module>
from . import decorators
File "/usr/local/lib/python2.7/dist-packages/librosa/util/decorators.py", line 67, in <module>
from numba.decorators import jit as optional_jit
File "/usr/local/lib/python2.7/dist-packages/numba/__init__.py", line 9, in <module>
from . import config, errors, runtests, types
File "/usr/local/lib/python2.7/dist-packages/numba/config.py", line 11, in <module>
import llvmlite.binding as ll
File "/usr/local/lib/python2.7/dist-packages/llvmlite/binding/__init__.py", line 10, in <module>
from .module import *
File "/usr/local/lib/python2.7/dist-packages/llvmlite/binding/module.py", line 8, in <module>
from .value import ValueRef
File "/usr/local/lib/python2.7/dist-packages/llvmlite/binding/value.py", line 9, in <module>
class Linkage(enum.IntEnum):
AttributeError: 'module' object has no attribute 'IntEnum'
anyone has same issue?
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
does not run in Ubuntu 16.04 · Issue #170 · debauchee/barrier
I installed Ubuntu 16.04.5 LTS desktop version. And download v2.1.0 version. (barrier-2.1.0-linux.tar.bz2). $ tar xfj ...
Read more >Ubuntu 16.04 terminal doesn't work properly [duplicate]
I have found that terminal on my PC doesn't work properly. I have tried to install a program and it doesn't work.
Read more >Install Ubuntu 16.04 desktop
This tutorial covers the installation of Ubuntu 16.04 LTS which released in 2016 and is now end-of-life. This means it is no longer...
Read more >Ubuntu Linux PC Won't Boot? 5 Common Issues and Fixes
4. Ubuntu Boot Failed to Start? It's Time to Reinstall · First, boot into the Live environment on your Ubuntu installation media as...
Read more >Install Docker Engine on Ubuntu
As the message indicates, non-root users can't run Docker commands by default. Use Docker as a non-privileged user, or install in rootless mode?...
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
Great, thanks for checking!
python2 seems to work too.
seems to work just fine