FIXED!:
I followed this more recent thread here:
pycuda must have stored a pathway to cuda 8 from a previous install, despite all paths and configurations pointing it toward cuda10.0. To summarise from previous thread:
- navigate to cryosparc2_worker
- Execute
eval $(bin/cryosparcw env)
- Execute
pip uninstall pycuda
# This will tell you which version it is uninstalling (eg. 2019.1)
d. Executepip install pycuda==2019.1 --no-cache-dir
# replace 2019.1 with whichever version it just uninstalled for the cryosparc version. This requires an internet connection