Hey,
I have the error below during installation. Any hints on what is wrong? I upgraded numpy and several other packages with pip, but so far nothing works.
Best
Andrzej
Right now, all GPUs will be enabled...
RuntimeError: module compiled against API version 0xb but this version of numpy is 0xa
terminate called after throwing an instance of 'std::runtime_error'
what(): numpy failed to initialize
/home/andrzejr/cryosparc/bin/cryosparc: line 91: 12435 Aborted (core dumped) python "$script_dir/configure.py" "$@"
ERROR:
Traceback (most recent call last):
File "/home/andrzejr/cryosparc/bin/configure.py", line 128, in <module>
trycall(["cryosparc", "configure", "gpu", "enable", "all"])
File "/home/andrzejr/cryosparc/bin/util.py", line 8, in trycall
ret = subprocess.check_output(cmds, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 219, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['cryosparc', 'configure', 'gpu', 'enable', 'all']' returned non-zero exit status 134