ERROR: syft from git+https://github.com/OpenMined/PySyft@dev#egg=syft does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. #422
Unanswered
nooooonee
asked this question in
Course: Foundations of Private Computation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
AttributeError: module 'syft' has no attribute 'launch_duet‘
when I run the code in Exercise_Duet_Basics_Data_Owner.ipynb. I encounter an error
AttributeError Traceback (most recent call last)
/tmp/ipykernel_5320/3419186139.py in
----> 1 duet = sy.launch_duet(loopback=True)
/opt/conda/envs/courses/lib/python3.7/site-packages/syft/init.py in new_getattr(name)
/opt/conda/envs/courses/lib/python3.7/site-packages/syft/init.py in base_getattr(name)
AttributeError: module 'syft' has no attribute 'launch_duet'
then, I follow the solution in solution
then I got a new installation error
ERROR: syft from git+https://github.com/OpenMined/PySyft@dev#egg=syft does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.
please help!!!
Beta Was this translation helpful? Give feedback.
All reactions