singnet / snet-sdk-python

Make gRPC calls to SingularityNET services programmatically using Python
MIT License
1 stars 2 forks source link

No such file or directory on installing #17

Closed dan-on closed 5 years ago

dan-on commented 5 years ago

Hello!

When I try to run command ./scripts/blockchain install I see this error: Screenshot from 2019-03-12 01-02-04

After creating an empty "contracts" directory at snet_sdk/resources, the installation was successful. I understand that the empty directory did not get into the repository, but can you add a command in readme?

bulidiriba commented 5 years ago

Hi @dan1-ru

I also face this issue, have you solve it ?

bulidiriba commented 5 years ago

oho I have just found solution for this issue in the Pull requests https://github.com/singnet/snet-sdk-python/pull/18

vforvalerio87 commented 5 years ago

Hey, this SDK is officially deprecated and the repository will soon be archived.

The new Python SDK is now in the snet-cli monorepo which features both the CLI and the Python SDK (https://github.com/singnet/snet-cli)

The PyPI package is called snet.sdk (https://pypi.org/project/snet.sdk/)