I am evaluating your library.
I want to develop a PoC on MacOS Sonoma 14.4.1 (23E224).
I also downloaded the wheel but
- Code: Select all
➜ ✗ pip install Spire.Doc
Collecting Spire.Doc
Downloading Spire.Doc-12.4.0-py3-none-macosx_10_7_universal.whl.metadata (14 kB)
Requirement already satisfied: plum-dispatch==1.7.4 in /usr/local/lib/python3.11/site-packages (from Spire.Doc) (1.7.4)
Downloading Spire.Doc-12.4.0-py3-none-macosx_10_7_universal.whl (49.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.2/49.2 MB 7.3 MB/s eta 0:00:00
Installing collected packages: Spire.Doc
Successfully installed Spire.Doc-12.4.0
➜ ✗ pip install Spire.Presentation
ERROR: Could not find a version that satisfies the requirement Spire.Presentation (from versions: none)
ERROR: No matching distribution found for Spire.Presentation
➜ ✗ python3
Python 3.12.3 (main, Apr 9 2024, 08:09:14) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin
➜ ✗ pip install Spire.Presentation-9.3.0-py3-none-manylinux1_x86_64.whl -t .
ERROR: Spire.Presentation-9.3.0-py3-none-manylinux1_x86_64.whl is not a supported wheel on this platform.
What to do ?
Regards
Corné