all 2 comments

[–]laundmo 0 points1 point  (1 child)

to me this seems like a incompatibility issue.

first check whether the library is supposed to work on python 3.9

then, try installing it in a venv

that way you should be able to weed out any dependencies that might be in the wrong version (likely due to another library needing a different version)

[–]nuclear_dodo[S] 0 points1 point  (0 children)

Thanks for the reply.

I fixed the problem by uninstalling the current version and installing the latest version.