KeyError : 'aspose.pdf'

Hi there.

First, I checked this subject : KeyError: 'aspose.cells'

So I tried that

  1. use latest version (23.5.0)
  2. use Aspose-pdf for Python via .NET (aspose-pdf · PyPI)

It didn’t solve my problem though.

My Error Code is :

Traceback (most recent call last):
File “c:\directory\test_aspose.py”, line 1, in
import aspose.pdf as ap
File “”, line 1178, in _find_and_load
File “”, line 1149, in _find_and_load_unlocked
File “”, line 674, in _load_unlocked
File “”, line 642, in _load_backward_compatible
KeyError: ‘aspose.pdf’

My Version is :

Python 3.11.2
Windows 10
aspose-pdf 23.5.0
Aspose.Slides 23.9.0

Any help?
Thanks.

@JayOne

Can you please try to use the API with Python 3.8 version and if issue still persists, please let us know. We will investigate accordingly.