英文: Issue importing PyYAML, cltk 问题 我刚刚购买了一台MacBook,克隆了我正在工作的项目,然后去设置Python环境。创建环境后,我更新了pip,并尝试使用pip...
内存升级后增加了setuptools。
英文: memory increase after upgrading setuptools 问题 升级 setuptools 到版本 65.3.0 后,突然间系统中大多数进程的内存占用增加了。为了找...
Sphinx autodoc 在本地工作,但在Read The Docs上不起作用。
英文: Sphinx autodoc works locally but not on Read The Docs 问题 我有一个GitHub仓库(链接在此),它非常基础,只是用来复现我在另一个仓库中...
找到Python包中的非Python文件。
英文: Package and find non Python Files in a python package 问题 我相对于Python包装技术还比较新,我正在尝试创建一个命令行工具,以便可以将...
如何在已构建在libtorch之上的现有库中使用cpp_extension?
英文: How to use cpp_extension with an existing library built on top of libtorch? 问题 你在尝试将自己编译的库文件(.li...
Python Wheel 包括共享库,构建为纯Python、跨平台、非特定平台
英文: Python Wheel that includes shared library is built as pure-Python platform independent none-any ...
Python setuptools在安装时排除依赖项。
英文: Python setuptools exclude dependencies when installing 问题 Python的setuptools允许您指定可选依赖项,但它是否允许您执行相...
如何将用户定义的参数传递给setuptools,以设置更改编译宏的标志。
英文: How to pass a user defined argument to setuptools in order to set a flag that changes compilatio...
Fields are missing when I `pip show` my Python package.
英文: Fields are missing when I `pip show` my Python package 问题 I recently uploaded my first Python pa...
使用Sphinx的`BuildDoc`在`setup.py`上。
英文: Using Sphinx's `BuildDoc` on `setup.py` 问题 Here's the translated content: 我正在接手一个Python项目,其中...