When trying to run install_whl.sh as recommended in python/requirements.txtI get the following error:
bash install_whl.sh ─╯
Installing bc-stark-sdk v2.0.2...
Error: v2.0.2 not found on OSS (HTTP 404)
URL: https://app.brainco.cn/universal/bc-stark-sdk/libs/v2.0.2/bc_stark_sdk-2.0.2-cp39-abi3-manylinux_2_34_x86_64.whl
Try: pip3 install bc-stark-sdk==2.0.2 (from PyPI)
It seems like the whl file is not available on the app.brainco.cn website.
This was tested on Ubuntu 22.04
When trying to run
install_whl.shas recommended inpython/requirements.txtI get the following error:It seems like the
whlfile is not available on theapp.brainco.cnwebsite.This was tested on
Ubuntu 22.04