小编cmb*_*200的帖子

创建使用 Cython 的 Python 包:ValueError

我的问题:

我正在尝试创建一个 python 包并将其上传到 PyPI。

然而,当我跑步时

python -m build
Run Code Online (Sandbox Code Playgroud)

在项目目录 ( example_package) 中,然后我得到以下输出和错误:

WARNING: Skipping example_package as it is not installed.
* Creating venv isolated environment...
* Installing packages in isolated environment... (Cython, numpy, setuptools, wheel)
* Getting dependencies for sdist...
running egg_info
creating example_package.egg-info
writing example_package.egg-info/PKG-INFO
writing dependency_links to example_package.egg-info/dependency_links.txt
writing top-level names to example_package.egg-info/top_level.txt
writing manifest file 'example_package.egg-info/SOURCES.txt'
reading manifest file 'example_package.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'example_package.egg-info/SOURCES.txt'
* Building sdist...
running sdist
running egg_info …
Run Code Online (Sandbox Code Playgroud)

python installation setuptools cython setup.py

5
推荐指数
1
解决办法
594
查看次数

标签 统计

cython ×1

installation ×1

python ×1

setup.py ×1

setuptools ×1