from paddle.fluid.layers import core出现错误
Created by: 425985877
>>> from paddle.fluid.layers import core
/home/disk2/zhaoshen02/model/convert/python36/lib/python3.6/site-packages/sklearn/externals/joblib/_multiprocessing_helpers.py:38: UserWarning: [Errno 13] Permission denied. joblib will operate in serial mode
warnings.warn('%s. joblib will operate in serial mode' % (e,))
/home/disk2/zhaoshen02/model/convert/python36/lib/python3.6/site-packages/sklearn/externals/joblib/externals/cloudpickle/cloudpickle.py:47: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
W0514 10:20:54.407647 19234 init.cc:128] Compiled with WITH_GPU, but no GPU found in runtime.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: generic_type: type "VarBase" is already registered!
导入时出现问题,请问如何解决?