question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Markdown Preview] Plugin doesn't work

See original GitHub issue

None of the command provided by the plugin work. The following error happens every time we try to use one:

Init: cuda_markdown_preview
Traceback (most recent call last):
  File "C:\APPLIS\cudatext\py\cuda_markdown_preview\__init__.py", line 10, in <module>
    import markdown
  File "C:\APPLIS\cudatext\py\cuda_markdown_preview\markdown\__init__.py", line 22, in <module>
    from .core import Markdown, markdown, markdownFromFile
  File "C:\APPLIS\cudatext\py\cuda_markdown_preview\markdown\core.py", line 27, in <module>
    from .preprocessors import build_preprocessors
  File "C:\APPLIS\cudatext\py\cuda_markdown_preview\markdown\preprocessors.py", line 29, in <module>
    from .htmlparser import HTMLExtractor
  File "C:\APPLIS\cudatext\py\cuda_markdown_preview\markdown\htmlparser.py", line 31, in <module>
    spec.loader.exec_module(htmlparser)
AttributeError: 'zipimporter' object has no attribute 'exec_module'
ERROR: Exception in CudaText for cuda_markdown_preview.run: AttributeError: 'zipimporter' object has no attribute 'exec_module'

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
Alexey-Tcommented, Dec 9, 2022
0reactions
Vivalzarcommented, Dec 9, 2022

Ok, it works now. Thank you very much.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can not open markdown preview · Issue #472
On running the command :MarkdownPreview , an error is shown and preview window does not open. ... Steps to reproduce the behavior: Open...
Read more >
Markdown preview doesn't work : IDEA-292031 - YouTrack
I am using CentOS 7. After updating IntelliJ to 2022.1 (default boot JRE) I am not able to open markdown files. I get...
Read more >
Has anyone tried installing the markdown-preview plugin ...
The instructions on the README don't work for me... Packer states that the plugin is installed, yet I can't use any of the...
Read more >
Markdown editor and preview not working in Android Studio?
Decide not to wait anymore, did some search and found that this is happened because the latest version of Markdown by JetBrains requires...
Read more >
Markdown editing with Visual Studio Code
md extension and then you can toggle the visualization of the editor between the code and the preview of the Markdown file; obviously,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found