boa icon indicating copy to clipboard operation
boa copied to clipboard

Call Python packages in JavaScript.

Results 10 boa issues
Sort by recently updated
recently updated
newest added

Tried to install it on windows but got this error. ![image](https://user-images.githubusercontent.com/26131764/138917432-b21c10b4-cad4-4161-8237-306ee1e43f5d.png)

help wanted

| Environment | Info | |---|---| | OS | Ubuntu 20.04 LTS | | Node.js | 14.19.2 | | npm | 8.9.0 | | NumPy | 1.21.6 | The `numpy.float`...

``` const boa = require('@pipcook/boa'); const { bytes } = boa.builtins(); async function sleep(ms){ const delay = ms => new Promise(resolve => setTimeout(resolve, ms)); await delay(ms); } async function test(){...

bug

```javascript while (true) { const foobar = Buffer.from('foobar'); boa.builtins().bytes.fromhex(foobar.toString('hex')); } ``` above code causes memory leak

yarn add 安装 时,提示TypeError: No support for your platform win32。我的系统明明就是64位操作系统。

@FeelyChau As the title says, error occurs when npm installing in a folder name that contains a space. Here's the error leading up to it when folder name is `test...

The miniconda used in @pipcook/boa package is 3.7, is outdated now. Many modern packages nolonger provide wheels for py37, making it hard to use.

怎么升级python版本和conda版本呢,直接该util.js的数据不起作用

有可能支持windows吗?