Process finished with exit code -1073740791 (0xC0000409) PyCharm

前端 未结 3 1977
灰色年华
灰色年华 2021-02-13 04:34

I have created a pure Python project in PyCharm and imported numpy, tensorflow and opencv in order to test a small program. <

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-13 04:57

    In my case it was obsolete pyqt library. This following worked for me.

    conda install -c anaconda pyqt

提交回复
热议问题