You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error while compiling ./compile.sh on Mac OSX
./solve_nl_lmp.hxx:27:6: note: candidate function not viable: no known conversion from '__pyx_t_5numpy_uint64_t *'
(aka 'unsigned long *') to 'uint64_t *' (aka 'unsigned long long *') for 14th argument
Any suggestions?
The text was updated successfully, but these errors were encountered:
I get this error while compiling ./compile.sh on Mac OSX
./solve_nl_lmp.hxx:27:6: note: candidate function not viable: no known conversion from '__pyx_t_5numpy_uint64_t *'
(aka 'unsigned long *') to 'uint64_t *' (aka 'unsigned long long *') for 14th argument
Any suggestions?
The text was updated successfully, but these errors were encountered: