PySonar icon indicating copy to clipboard operation
PySonar copied to clipboard

Decentralized Machine Learning Client

Results 17 PySonar issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies
javascript

Bumps [py](https://github.com/pytest-dev/py) from 1.4.34 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies
python

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.5.0 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies
javascript

I am trying to run PySonar demo on Decentralized Model Training(Local) by bootstrapping the environment. I have successfully installed all dependencies. However, I fail to get the ModelRepository address after...

I am trying to run the demo notebooks in PySonar. However, docker-compose up fails with: ERROR: Service 'pysonar-notebooks' failed to build: The command 'pip3 install scipy' returned a non-zero code:...

I set up PySonar locally and am trying to run the demo notebook ('Sonar - Decentralizing Learning Demo'). When I run the cell under the heading 'Step 1: Cure Diabetes...

I am receiving a Decryption Overflow error in Step 3 -> Ln 14 of the tutorial. I am having trouble understanding the cause of the error. See below for snapshot.

Current handling: --------------------------------------------------------------------------- InsufficientDataBytes Traceback (most recent call last) /usr/lib/python3.6/site-packages/web3/contract.py in call_contract_function(contract, function_name, transaction, *args, **kwargs) 828 try: --> 829 output_data = decode_abi(output_types, return_data) 830 except DecodingError as e: /usr/lib/python3.6/site-packages/eth_abi/abi.py...

enhancement
help wanted
Hacktoberfest

Code: https://github.com/OpenMined/PySonar/blob/master/sonar/contracts.py#L118 Screenshot: ![image](https://user-images.githubusercontent.com/30098452/31326377-4830cb3c-ace4-11e7-9f04-51baab5fc9fb.png)