Open AlphaHinex opened 4 days ago
Upgrade pypdfium2 version from ~4.17.0 to ~4.30.0 to fix dify-api startup issues in ARM env .
pypdfium2
~4.17.0
~4.30.0
[FATAL:partition_root.cc(863)] Check failed: (internal::SystemPageSize() == (size_t{1} << 12)) || (internal::SystemPageSize() == (size_t{1} << 14)).
[!Tip] Close issue syntax: Fixes #<issue number> or Resolves #<issue number>, see documentation for more details.
Fixes #<issue number>
Resolves #<issue number>
[!IMPORTANT] Please review the checklist below before submitting your pull request.
dev/reformat
cd web && npx lint-staged
Please fix the lint errors.
Summary
Upgrade
pypdfium2
version from~4.17.0
to~4.30.0
to fix dify-api startup issues in ARM env .[FATAL:partition_root.cc(863)] Check failed: (internal::SystemPageSize() == (size_t{1} << 12)) || (internal::SystemPageSize() == (size_t{1} << 14)).
Screenshots
Checklist
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint gods