johannfaouzi / pyts

A Python package for time series classification
https://pyts.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.76k stars 164 forks source link

Error with llvmlite #87

Open aleksejs-fomins opened 4 years ago

aleksejs-fomins commented 4 years ago

pip install pyts

Failed building wheel for llvmlite

RuntimeError: llvm-config failed executing, please point LLVM_CONFIG to the path for llvm-config

johannfaouzi commented 4 years ago

Could you me give more information about your system? OS, python version, etc. It's more a llvmlite issue than a pyts issue.

aleksejs-fomins commented 3 years ago

Yes, it seems to have been a pre-requisite for numba, which could not be installed. When I tried installing numba through conda-forge, it worked fine. I'm on Ubuntu 18.04 (4.15.0-122-generic), Python 3.6