在pycharm中无法使用anaconda环境

问题描述 投票:0回答:0

这里有两个问题,恳请大家帮忙,谢谢。我用的是最新的pycharm和最新的anaconda,anaconda的Python版本是3.10和3.6。当我进入pycharm,选择安装好的python.exe时,发现conda路径下的python.exe没有显示出来。 enter image description hereenter image description here 当我使用 Virtualenv Environment 时,我可以正常下载 Python。但是,当我使用pycharm在Python中安装包时,提示错误“Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/ Could not fetch URL https://pypi.tuna.tsinghua.edu.cn/simple/numpy/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.tuna.tsinghua.edu.cn', port= 443): 最大重试次数超过 url: /simple/numpy/ (由 SSLError(SSLOFError(8, 'EOF occurred in violation of protocol (_ssl.c:997)'))) - 跳过 Could not fetch URL https://pypi.tuna.tsinghua.edu.cn/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.tuna.tsinghua.edu.cn',端口= 443):最大重试次数超过 url:/simple/pip/(由 SSLError(SSLOFError(8,'EOF 发生在违反协议(_ssl.c:997)'))) - 跳过“。enter image description here

希望Python在Virtualenv环境和conda环境下都能正常使用

python pycharm anaconda environment
© www.soinside.com 2019 - 2024. All rights reserved.