PyNode icon indicating copy to clipboard operation
PyNode copied to clipboard

Node - Python Interop

Results 18 PyNode issues
Sort by recently updated
recently updated
newest added

Bumps [semver](https://github.com/npm/node-semver) from 5.7.0 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Apparently Python deprecated some functions that PyNode is using: > Py_DEPRECATED(3.9) PyAPI_FUNC(int) PyEval_ThreadsInitialized(void); > Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void); Full gyp error log is here: [2023-05-29T21_24_06_268Z-debug.log](https://github.com/fridgerator/PyNode/files/11594365/2023-05-29T21_24_06_268Z-debug.log)

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. Changelog Sourced from y18n's changelog. 4.0.3 (2021-04-07) Bug Fixes release: 4.x.x should not enforce Node 10 (#126) (1e21a53) 4.0.1 (2020-11-30) Bug Fixes address prototype...

dependencies

Hi @fridgerator I've promised this example way before. Eventually, I pull it together. :) Sorry for the delay. One additional thing is, I've been working with this package in production...

I'm trying to install PyNode 0.5.1 (last version available in npm) in my system using my usual anaconda environment to execute the python code. The versions currently used in my...

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Heya I think PyNode is almost the best to do python-JS Interop in a light-weighted, fast way!!! However, one problem I encountered was that there would be a segmentation fault...

Thanks a lot for this library, it is amazingly fast! Just awesome. It is hard to find a docker image able to run pynode apps so i made one, https://github.com/ozanerturk/pynode-docker-example...

**Unable to call 'sub' function** ``` async def sub(a, b): return a - b ``` _Error:_ sys:1: RuntimeWarning: coroutine 'sub' was never awaited RuntimeWarning: Enable tracemalloc to get the object...