Reputation: 33
i am using python version 3.10.0
command
pip install Spire.Doc
configuration
python version 3.10.0
pip 24.0 from /home/ubuntu/myen1/lib/python3.10/site-packages/pip (python 3.10)
ubuntu 18.04.6 LTS
installing package Spire.Doc
i want to try to fix this issue.
Upvotes: 2
Views: 3843
Reputation: 3933
The docs shows how to install this package in VSCode. If you have VSCode, you can follow the steps on How to Install Spire.Doc for Python in VS Code.
Alternatively, you can download the wheel for your platform and then install the .whl file. I'm guessing you need the wheel for Linux.
If your error persists, you should consider downgrading your Python version.
Upvotes: 0