当前位置:网站首页>(note) Anaconda navigator flashback solution

(note) Anaconda navigator flashback solution

2022-06-27 07:48:00 GeekMax

One 、 problem

I used the following command

sudo anaconda-navigator --reset

The following error was found

ImportError: dlopen(/Users/simley/.local/lib/python3.9/site-packages/PyQt5

Two 、 resolvent

1. find python The path of

$ which python3

/Users/simley/opt/anaconda3/bin/python3

2. Reinstall with the following command pyqt5

/Users/simley/opt/anaconda3/bin/python3 -m pip install --force-reinstall pyqt5

Finally, it can be opened

I hope I can help you  

 

原网站

版权声明
本文为[GeekMax]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/178/202206270724302968.html