Could not import tvm.relay

import tvm is okay. But when i import tvm.relay, there is a PermissionError.PermissionError: [Errno 13] Permission denied: ‘.pkl_memoize_py3’

can anyone help? Thanks

Problem solved by giving permission to the tvm directory.

cd ~/tvm

chmod 777 *