pycharm里available packages显示nothing to show

简介: pycharm里available packages显示nothing to show

在网上查找时,都在说点击那个“use conda。。。”这个按钮,但是我pycharm没显示按钮,而是这样的

1.png

解决方法:

点击add:

1.png

点击exitinig envrroment:选择自己python.exe路径,最后点击ok,然后再点击ok,就回到了pycharm代码界面,再重新进去,就可以了。

1.png

但是有的人不知道python.exe是啥,怎么找,直接左下角搜索:

1.png

1.png

就是这个路径了,我演示下我这个:

1.png

点击ok就行了,到了这个界面计得再点击一下ok,才会加载成功

1.png

相关文章
|
Python
Python3.X使用tkinter报错,完美解决~(Python GUI)No matching distribution found for tkinter
Python3.X使用tkinter报错,完美解决~(Python GUI)No matching distribution found for tkinter
1683 0
Python3.X使用tkinter报错,完美解决~(Python GUI)No matching distribution found for tkinter
|
人工智能 Linux Python
代码自动补全工具——Kite安装教程(以Pycharm为例)及Failed to install PyCharm at path.Plugin configuration directory的解决方案
代码自动补全工具——Kite安装教程(以Pycharm为例)及Failed to install PyCharm at path.Plugin configuration directory的解决方案
代码自动补全工具——Kite安装教程(以Pycharm为例)及Failed to install PyCharm at path.Plugin configuration directory的解决方案
|
5月前
Sublime Text3安装插件报错:There are no packages available for installation
Sublime Text3安装插件报错:There are no packages available for installation
|
5月前
|
Python
Python Playwright 打包报错 Please run the following command to download new browsers
Python Playwright 打包报错 Please run the following command to download new browsers
228 0
|
2月前
|
Linux Python
解决Linux服务器中pip安装包后,能使用pip show packageName 却不能import
本文讨论了在Linux服务器中使用pip安装Python包后,通过pip show命令能查看包信息但无法import的问题,并提供了两种解决方法:一是解决因用户权限不一致导致的问题,二是解决因Python环境版本不匹配导致的问题。
46 0
|
Python
PyCharm在用Django开发时debug模式启动失败显示can't find '__main__' module的解决方法
初次用Django开发web应用,在试图用Pycharm进行debug的时候,出现了一个奇怪的问题。以正常模式启动或者在terminal启动都没有问题。但是以debug模式启动时,显示`can't find '__main__' module”`报错。在网上找了很久都没有看到解决方法,最后在某乎上看到一篇文章,在启动时加上`--noreload`参数,既可以debug模式启动。
228 0
|
5月前
|
Python
Pycharm没有报错提示(误触ignore)的解决方案
Pycharm没有报错提示(误触ignore)的解决方案
619 0
|
5月前
|
Python
Python tk 弹出对话框
Python tk 弹出对话框
59 0
|
Python
PyCharm中已经有requirements.txt没有提示自动安装
PyCharm中已经有requirements.txt没有提示自动安装
441 0
PyCharm中已经有requirements.txt没有提示自动安装
|
机器学习/深度学习 Python
【错误记录】PyCharm 运行 Python 程序报错 ( PEP 8: E402 module level import not at top of file )
【错误记录】PyCharm 运行 Python 程序报错 ( PEP 8: E402 module level import not at top of file )
3066 0
【错误记录】PyCharm 运行 Python 程序报错 ( PEP 8: E402 module level import not at top of file )