You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've install Python3.8.18 via conda virtual enviroment. After I condut the condoc convert with pandoc -i test.tex -o test.docx -F pandoc-tex-numbering
There is an error as shown below. I think it may caused by the wrong version of Python. Could you help me to solve this problem? Traceback (most recent call last): File "D:\ProgramData\anaconda3\envs\Python38\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "D:\ProgramData\anaconda3\envs\Python38\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "D:\ProgramData\anaconda3\envs\Python38\Scripts\pandoc-tex-numbering.exe\__main__.py", line 4, in <module> File "D:\ProgramData\anaconda3\envs\Python38\lib\site-packages\pandoc_tex_numbering\__init__.py", line 1, in <module> from .pandoc_tex_numbering import * File "D:\ProgramData\anaconda3\envs\Python38\lib\site-packages\pandoc_tex_numbering\pandoc_tex_numbering.py", line 11, in <module> from .docx_list import add_docx_list File "D:\ProgramData\anaconda3\envs\Python38\lib\site-packages\pandoc_tex_numbering\docx_list.py", line 6, in <module> from .oxml import * File "D:\ProgramData\anaconda3\envs\Python38\lib\site-packages\pandoc_tex_numbering\oxml.py", line 148, in <module> class ParagraphProperty(ElementProxy): File "D:\ProgramData\anaconda3\envs\Python38\lib\site-packages\pandoc_tex_numbering\oxml.py", line 156, in ParagraphProperty def set_tabs(self,tabs:list[TabStop]): TypeError: 'type' object is not subscriptable Error running filter pandoc-tex-numbering: Filter returned error status 1
The text was updated successfully, but these errors were encountered:
I've install Python3.8.18 via conda virtual enviroment. After I condut the condoc convert with
pandoc -i test.tex -o test.docx -F pandoc-tex-numbering
There is an error as shown below. I think it may caused by the wrong version of Python. Could you help me to solve this problem?
Traceback (most recent call last): File "D:\ProgramData\anaconda3\envs\Python38\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "D:\ProgramData\anaconda3\envs\Python38\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "D:\ProgramData\anaconda3\envs\Python38\Scripts\pandoc-tex-numbering.exe\__main__.py", line 4, in <module> File "D:\ProgramData\anaconda3\envs\Python38\lib\site-packages\pandoc_tex_numbering\__init__.py", line 1, in <module> from .pandoc_tex_numbering import * File "D:\ProgramData\anaconda3\envs\Python38\lib\site-packages\pandoc_tex_numbering\pandoc_tex_numbering.py", line 11, in <module> from .docx_list import add_docx_list File "D:\ProgramData\anaconda3\envs\Python38\lib\site-packages\pandoc_tex_numbering\docx_list.py", line 6, in <module> from .oxml import * File "D:\ProgramData\anaconda3\envs\Python38\lib\site-packages\pandoc_tex_numbering\oxml.py", line 148, in <module> class ParagraphProperty(ElementProxy): File "D:\ProgramData\anaconda3\envs\Python38\lib\site-packages\pandoc_tex_numbering\oxml.py", line 156, in ParagraphProperty def set_tabs(self,tabs:list[TabStop]): TypeError: 'type' object is not subscriptable Error running filter pandoc-tex-numbering: Filter returned error status 1
The text was updated successfully, but these errors were encountered: