Skip to content

OSError: Unable to open file

aellini edited this page Nov 7, 2019 · 1 revision

Error

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.