Troubleshooting: T20S extensive workflow patch motion correction failure

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:

  1. navigate to cryosparc2_worker
  2. Execute eval $(bin/cryosparcw env)
  3. Execute pip uninstall pycuda # This will tell you which version it is uninstalling (eg. 2019.1)
    d. Execute pip 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
4 Likes