pixiedust_node icon indicating copy to clipboard operation
pixiedust_node copied to clipboard

Does this still work? Deprecation and Uncaught error.

Open Aryaman73 opened this issue 3 years ago • 1 comments

When I try to import this project, I get a deprecation error, which (from what I can see) means this project doesn't work? I tried creating a variable in Python and accessing it in node/JS, and it just says Uncaught :/

image

Thanks!

Aryaman73 avatar Jan 29 '22 22:01 Aryaman73

The project breaks apart if you run with new packages

It requires to run !pip install --upgrade jinja2==3.0 just to fix the error 'jinja2.ext' has no attribute 'with_'

I tried to downgrade it with !pip install --upgrade ipython==5.0, but it just broke my jupyter notebook on vscode. LOL.

Look at the changelog history on the

Maybe this is the solution: https://stackoverflow.com/questions/6570635/installing-multiple-versions-of-a-package-with-pip

But I won't attempt it, I have a feeling I'll have to look into the source code. So, I'll use this vscode extension instead:

VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook

W1Real avatar Aug 24 '22 16:08 W1Real