
pycharm安装软件包时卡住,一直显示正在安装,重启以及其它软件包都会出现此问题。电脑中也安装了conda,不知是否与此有关

pycharm安装软件包时卡住,一直显示正在安装,重启以及其它软件包都会出现此问题。电脑中也安装了conda,不知是否与此有关
关注♥ 该回答参考ChatGPT,由吾为汝整理提供,如若有用,还请题主采纳!♥
在使用PyCharm安装软件包时,如果遇到卡住的情况,可以尝试以下几种方法来解决问题:
https://pypi.tuna.tsinghua.edu.cn/simplehttps://mirrors.aliyun.com/pypi/simpleFile -> Settings (或 Ctrl + Alt + S)。Project: <your_project_name> -> Python Interpreter。Manage Repositories。pip install package_name
conda install package_name
File -> Settings -> Project: <your_project_name> -> Python Interpreter 中确认当前使用的解释器。.PyCharm<version>/system/caches)。C:\Users\<YourUsername>\.PyCharm<version>\system\log~/Library/Logs/PyCharm<version>~/.PyCharm<version>/system/log.PyCharm<version>),重新启动PyCharm。通过以上步骤,你应该能够解决PyCharm安装软件包时卡住的问题。