-
Notifications
You must be signed in to change notification settings - Fork 49
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
LoweringError: Failed in nopython mode pipeline (step: nopython mode backend) Operands must be the same type, got (i64, i32) #11
Comments
All messege was Constructing trajectory matrix
|
I have the same problem |
I am trying to run this lib on Anaconda on Windows 10.
After I am run code, it stoped on
mssa.fit(wine_tr.to_numpy()[:500])
LoweringError: Failed in nopython mode pipeline (step: nopython mode backend)
Operands must be the same type, got (i64, i32)
File "..........\ProgramData\Anaconda3\lib\site-packages\pymssa-0.1.0-py3.7.egg\pymssa\optimized.py", line 226:
def incremental_component_reconstruction(trajectory_matrix,
[1] During: lowering "$0.7 = call $0.2($0.6, func=$0.2, args=[Var($0.6, C:\ProgramData\Anaconda3\lib\site-packages\pymssa-0.1.0-py3.7.egg\pymssa\optimized.py (226))], kws=(), vararg=None)" at C:\ProgramData\Anaconda3\lib\site-packages\pymssa-0.1.0-py3.7.egg\pymssa\optimized.py (226)
This should not have happened, a problem has occurred in Numba's internals.
You are currently using Numba version 0.45.1.
Please report the error message and traceback, along with a minimal reproducer
at: https://github.com/numba/numba/issues/new
If more help is needed please feel free to speak to the Numba core developers
directly at: https://gitter.im/numba/numba
Thanks in advance for your help in improving Numba!
The text was updated successfully, but these errors were encountered: