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
In version 0.64.0 and version 0.63.0, whenever I want to save the markdown result in a file I get an error, I tried using python3.6 and python 3.8. The error comes when I use write.dumps or save file using stream and write table as it can be seen in the code below
Would you possibly provide the failed input data (sample.md) ?
I could not reproduce the error.
According to the error log, the error seems to occur only with certain input data.
Problem
In version 0.64.0 and version 0.63.0, whenever I want to save the markdown result in a file I get an error, I tried using python3.6 and python 3.8. The error comes when I use write.dumps or save file using stream and write table as it can be seen in the code below
preview of code that generates error
Error
Stable version
From version 0.62.0 and lower the files were saved without any problem
The text was updated successfully, but these errors were encountered: