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
python版本:3.12
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Python312\Scripts\nyquisis.exe_main.py", line 7, in
File "C:\Python312\Lib\site-packages\nyquisis\nyquisis.py", line 173, in main
drop_duplicates(fpath, output=output)
File "C:\Python312\Lib\site-packages\nyquisis\nyquisis.py", line 120, in drop_duplicates
toc = file.getToC()
^^^^^^^^^^^
AttributeError: 'Document' object has no attribute 'getToC'. Did you mean: 'get_oc'?
The text was updated successfully, but these errors were encountered:
python版本:3.12
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Python312\Scripts\nyquisis.exe_main.py", line 7, in
File "C:\Python312\Lib\site-packages\nyquisis\nyquisis.py", line 173, in main
drop_duplicates(fpath, output=output)
File "C:\Python312\Lib\site-packages\nyquisis\nyquisis.py", line 120, in drop_duplicates
toc = file.getToC()
^^^^^^^^^^^
AttributeError: 'Document' object has no attribute 'getToC'. Did you mean: 'get_oc'?
The text was updated successfully, but these errors were encountered: