Skip to content

Commit 4fff9af

Browse files
committed
固定Cython版本,解决可执行文件运行失败的问题
1 parent c73807b commit 4fff9af

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# 更新日志
22

3-
## JadeV2.3.7 - 2025-05-06
4-
* 优化getConfig返回的异常信息
3+
## JadeV2.3.8 - 2025-05-06
4+
* 固定Cython版本,解决可执行文件运行失败的问题
55
---
66

77
<details onclose>
88
<summary>查看更多更新日志</summary>
99

10+
## JadeV2.3.7 - 2025-05-06
11+
* 优化getConfig返回的异常信息
12+
---
13+
1014
## JadeV2.3.6 - 2025-02-26
1115
* get config 如果没有参数时,还是返回异常信息
1216
---

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def get_app_version():
4949
package_data={'': ['*Run','*png']},
5050
include_package_data=True,
5151
platforms="any",
52-
install_requires=["easycython","pyinstaller","cryptography==3.4.8","cffi","psutil"] # 这个项目需要的第三方库
52+
install_requires=["Cython==3.0.8","easycython","pyinstaller","cryptography==3.4.8","cffi","psutil"] # 这个项目需要的第三方库
5353
)
5454

5555

0 commit comments

Comments
 (0)