用的pycharm软件,已经运行过 pip install 依赖命令了,但是依然提示缺少软件包

AI摘要
用户询问软件包是否需要手动添加依赖。建议明确项目构建方式:现代构建工具通常自动管理依赖,手动配置仅适用于特定场景。

用的pycharm软件,已经运行过 pip install 依赖命令了,但是依然提示缺少软件包

软件包这里还需要自己在手动添加用到的包吗。
用的pycharm软件,已经运行过 pip install 依赖命令了,但是依然提示缺少软件包

讨论数量: 1
Jason990420

Install packages

  1. Start typing the package name in the search field of the Python Packages tool window. The matching packages are displayed.

file

If the current Python interpreter is a conda virtual environment, the packages available in the conda package repository are also displayed.

  1. Select the package and then do one of the following: . Click Install next to the package name and choose the version.

file

. Choose the version from the list of available versions and click Install.

file

You can use the pip install command-line options during the installation: . Right-click next to the package name and select Install with Options. . In the dialog that opens, enter the required options and click OK. Packages installed with conda or pip are marked with the corresponding icons.

file

  1. If a popup with an error message appears, refer to the Troubleshooting guide for a solution.
3周前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!