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
The text was updated successfully, but these errors were encountered:
Alexey-T
changed the title
we got error under python 3.8: AttributeError: 'zipimporter' object has no attribute 'exec_module'
Error under python 3.8: AttributeError: 'zipimporter' object has no attribute 'exec_module'
Oct 31, 2022
The etree error is an issue with the gfm plugin. etree has been removed from markdown.util and is no longer needed. They should be using etree directly now.
As far as the main issue, I'm not exactly sure, but it may be related to #1298.
I'm not sure which issue you're question is directed at. GFM extension must fix their own issue and use the built-in etree.
The other issue I have not looked into much yet. I know the issue fails in the same area as the other issue is all I'm noting. The issue is not exactly the same, but may be related.
There are two separate issues being reported here. In the future, please file separate reports for each issue.
Regarding the issue with the GFM extension, @facelessuser is correct, the extension needs to be updated to work with the latest release of Python-Markdown as outlined in our release notes. I would suggest reaching out to the developers of that extension. There is no action for us to take on this issue.
The other issue does appear to be related to #1298. I am closing this as a duplicate. Please follow up there.
When used inside CudaText plugin on Windows, we got
is it compat with Python 3.8 ? with 3.10? @veksha
The text was updated successfully, but these errors were encountered: