英文: Jupyter packages 问题 我尝试导入一些包,因为我正在使用Jupyter笔记本文件,但似乎大多数包都丢失了,尽管我已经安装了它们。例如,当我执行命令:from bs4 impor...
pip install ppaquette-gym-doom
英文: pip install ppaquette-gym-doom 问题 I wrote pip install ppaquette-gym-doom and it gives me a error...
Python:在Windows上强制虚拟环境使用系统证书存储
英文: Python: Force Virtual Environments to use system certificate store on Windows 问题 我的公司使用VPN,但它与PI...
Unable to pip install old version of scikit-learn
英文: Unable to pip install old version of scikit-learn 问题 我需要使用 scikit-learn==0.23.1(或更旧版本)以使我的项目与 AW...
安装时不安装依赖的预发布版本
英文: pip install --pre without installing pre-releases for dependencies 问题 有一个名为 A 的包在 PyPI 上,它有一个预发行...
处理pip安装依赖冲突
英文: dealing with pip install dependency conflicts 问题 以下是翻译好的部分: 我有大约300个Python包,我试图从一个配置为在创建实例时运行的sh...
如何在Windows 10上使用Python 3.11.1安装ruptures
英文: How to install ruptures with Python 3.11.1 on Windows 10 问题 我使用3.11.1版本创建了一个新的Python环境,并按照文档安装了n...
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Windows 10
英文: WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python...
无法在Ubuntu 20.04 Docker镜像中安装Poetry,因为出现了setuptools错误。
英文: Can't install Poetry in Ubuntu 20.04 Docker image due to setuptools error 问题 I'm trying to b...
在 Jupyter Notebook 内核中安装 Python 包
英文: Install Python package inside a Jupyter Notebook kernel 问题 在Jupyter Notebook中,我已经成功安装了一个Python内核...
14