AttributeError: module 'syft' has no attribute 'join_duet' #298
Replies: 2 comments 3 replies
-
Hi Gonzalo, You need to follow below steps:
or what I did, I had hardcoded the version itself as mentioned in comment: pip install syft-0.3.0.post0.dev754+g65a4aa120 Thanks, |
Beta Was this translation helpful? Give feedback.
-
In the end, I created a new environment, now it works. Nonetheless, what happened in the other environment is still a mystery. Probably something to do with syft versions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
After I successfully installed the requirements and used the pip install git command to install the newest version of Pysyft, and after I restarted the kernels of the notebooks, and after I restarted the computer (All this with unsetting in the corresponding terminal environment the proxies I have in my company computer, so that the notebooks should not have a proxy issue) I get the error below.
I found the same error at the end of this thread
But I do not know unfortunately what else to try. Do you guys know the solution to the problem?
AttributeError Traceback (most recent call last)
in
----> 1 duet = sy.join_duet('4814df40925c14ae8f950342e3e8d776', network_url="http://ec2-18-216-8-163.us-east-2.compute.amazonaws.com:5000/")
AttributeError: module 'syft' has no attribute 'join_duet'
Beta Was this translation helpful? Give feedback.
All reactions