Cannot open anaconda suddenly

后端 未结 8 2057
失恋的感觉
失恋的感觉 2020-12-06 06:34

Today I found I cannot open anaconda navigator, which operated just fine before. At the same time, spyder could not be open either, but jupyter notebook and

相关标签:
8条回答
  • 2020-12-06 07:16

    I just had a similar problem with Navigator. I typed anaconda-navigator on the command line and it opened fine. This doesn't explain why it won't open from the icon but does offer a work-around.

    0 讨论(0)
  • 2020-12-06 07:16

    Uninstalled PyQt5

    pip uninstall PyQt5
    

    and installed qtpy

    pip install qtpy
    

    worked for me

    0 讨论(0)
提交回复
热议问题