Error importing theano “cannot import name gof”

前端 未结 4 2095
迷失自我
迷失自我 2021-01-12 01:15

I am current getting the error

ImportError: cannot import name gof

when importing theano.

>>> import          


        
4条回答
  •  萌比男神i
    2021-01-12 01:50

    In my case, the fix was to install a python build that's callable as a shared library:

    PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 2.7.15
    

提交回复
热议问题