OpenMined / PyGrid-deprecated---see-PySyft-

A Peer-to-peer Platform for Secure, Privacy-preserving, Decentralized Data Science

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'syft.serde'

vinayentc opened this issue · comments

commented

Description

On Executing - examples/model-centric/01-Create-plan.ipynb# receive the below error -

ModuleNotFoundError Traceback (most recent call last)
in
3
4 import syft as sy
----> 5 from syft.serde import protobuf
6 from syft_proto.execution.v1.plan_pb2 import Plan as PlanPB
7 from syft_proto.execution.v1.state_pb2 import State as StatePB

ModuleNotFoundError: No module named 'syft.serde'

System Information

  • OS: MacOS

Additional Context

Followed the mentioned steps, however none of the package can be imported.

me to can not import moduel

0.2.x is no longer supported. Please refer to the new 0.5 release.