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
Hello,
Js2Py seems to be promising.
Mermaid (https://mermaid.js.org/) is installed in my node environment
I'm trying to use mermaid from python, starting with
import js2py
context = js2py.require('mermaid')
I get the following error:
AssertionError: Could not link required node_modules
I suppose there are limitations on js modules, but it's not clear for me. Could you clarify?
The text was updated successfully, but these errors were encountered:
Hello,
Js2Py seems to be promising.
Mermaid (https://mermaid.js.org/) is installed in my node environment
I'm trying to use mermaid from python, starting with
import js2py
context = js2py.require('mermaid')
I get the following error:
AssertionError: Could not link required node_modules
I suppose there are limitations on js modules, but it's not clear for me. Could you clarify?
The text was updated successfully, but these errors were encountered: