mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-02-24 06:05:23 +00:00
fix: 移除python-embedding依赖,只使用标准Polyglot API
- 移除pom.xml中的python-embedding依赖 - 修改PyContextPool使用标准Polyglot API创建Engine和Context - 更新checkGraalPyAvailability方法使用标准API检查 - 测试验证通过
This commit is contained in:
@@ -119,11 +119,6 @@
|
||||
<version>${graalpy.version}</version>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.graalvm.python</groupId>
|
||||
<artifactId>python-embedding</artifactId>
|
||||
<version>${graalpy.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Compression (Brotli) -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user