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
OSError: Unable to open file (file locking disabled on this file system
(use HDF5_USE_FILE_LOCKING environment variable to override), errno = 38, error message = 'Function not implemented')
Solution
Run the following command before going into the python shell:
export HDF5_USE_FILE_LOCKING='FALSE'
Then go into python shell and run MHCnuggets again.