Numpy - ImportError: cannot import name shares_memory

前端 未结 1 693
长发绾君心
长发绾君心 2020-12-21 19:34

I\'m going to preface this by saying that I\'m relatively new to Python and so please forgive me if I have difficulty understanding something.

I\'ve recently been tr

相关标签:
1条回答
  • 2020-12-21 20:27

    same problem, the following fix worked for me

    pip install -I numpy --force-reinstall
    
    0 讨论(0)
提交回复
热议问题