ITADN

Fix .pxd files missing is source distribution

#735Pull Requestcgohlke 创建于 2025-09-01
C
cgohlkecommented
The `_ta_lib.pxd` and `common.pxd` files are missing in the source distribution, `ta_lib-0.6.6.tar.gz`, on PyPI and GitHub, such that building from source fails. ``` running build_ext Error compiling Cython file: ------------------------------------------------------------ ... cimport _ta_lib as lib ^ ------------------------------------------------------------ talib\_common.pxi:1:8: '_ta_lib.pxd' not found ```
合并状态:未合并 关闭于 2025-09-01 1 条评论