Pysyft: Duet loop issue

Created on 15 Dec 2020  路  3Comments  路  Source: OpenMined/PySyft

Description

When I try and run the simple duet example at the top of the Duet README file it throws an error. It seems to be to do with how the event loop is initialised. Can someone let me know if this is a bug, or an issue on my end?

How to Reproduce

  1. go to the duet main README page and copy out the example.

Expected Behavior

on the data science side I should be able to run 'duet.store.pandas' and get the table of whats in the store as a tensor has been sent to the duet from the data owner side.

Screenshots

Screenshot 2020-12-15 at 16 54 29
Screenshot 2020-12-15 at 16 54 49

System Information

  • OS: macOS
  • OS Version: 10.15.5
  • Language Version: Python 3.7

Additional Context

Add any other context about the problem here.

Type

All 3 comments

Same problem for me when running https://github.com/OpenMined/PySyft/tree/dev/examples/duet/mnist

  • mac OS 11.0.1
  • Python 3.7

Ok apparently this is because we have an old version of jupyter notebook!
pip install --upgrade notebook should fix this!

@LaRiffle Thank you, this has solved the issue for me!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

samsontmr picture samsontmr  路  3Comments

s-marta picture s-marta  路  4Comments

tblazina picture tblazina  路  3Comments

gmuraru picture gmuraru  路  4Comments

alberduris picture alberduris  路  3Comments