ImportError: cannot import name '_ccallback_c'

后端 未结 7 1248
一向
一向 2020-12-11 00:32

Initially I was getting this error (No Module name was found scipy) So I installed a Scipy wheel file. Now I don\'t get the same error any more but I get cannot import

7条回答
  •  攒了一身酷
    2020-12-11 01:01

    I ran into this when I was following these instructions on how to use a virtual environment to use the pre-built version of SciPy. The simplest solution for me was to simply comment out from . import _ccallback_c under scipy\_lib\_ccallback.py.

提交回复
热议问题