Closed fanweiya closed 2 years ago
This is a numpy issue. What version of python are you using ?
This is a numpy issue. What version of python are you using ?
这是一个麻木的问题。 你用的是什么版本的python?
python 3.10
Python 3.10 is not supported, because numpy 1.19.5 and python3.10 do not interact well. Note that your bug is a pure numpy issue.
You should work in a python 3.9 (or lower) environment. If you really want to work with python 3.10, you can eventually find a workaround like this, but this is at your own risk (I have no guarantee how the lib will behave with the latest numpy & numba versions):
pip install lsnms --no-deps
pip install numba --upgrade
pip install numpy --upgrade