Szwendacz99 / BookStack-Python-exporter

Customizable script for exporting notes from BookStack through API. Export Pages, Chapters, Books, attachments and images.
MIT License
23 stars 3 forks source link

ImportError: cannot import name 'override' from 'typing' (/usr/lib/python3.10/typing.py) #11

Closed My-Random-Thoughts closed 3 months ago

My-Random-Thoughts commented 3 months ago

Full Error:

    Traceback (most recent call last):
      File "~/BookStackBackup/exporter.py", line 10, in <module>
        from typing import Dict, List, Union, override
    ImportError: cannot import name 'override' from 'typing' (/usr/lib/python3.10/typing.py)

Commnad: python3 ~/BookStackBackup/exporter.py -t ~/BookStackBackup/token.txt -H http://home.lan:8080 -f html -p ~/BookStackBackup/

Szwendacz99 commented 3 months ago

Thanks, I forget to check older pythons compatibility, fix is already in repo and latest release. If somethings is still broken, let me know.

My-Random-Thoughts commented 3 months ago

All working again, thanks for the quick fix.