Git Product home page Git Product logo

Comments (12)

PalexGoneGit avatar PalexGoneGit commented on May 27, 2024 1

I don't seem to encounter this error anymore, probably a mistake from my side. Thank you!

from pysyft.

koenvanderveen avatar koenvanderveen commented on May 27, 2024

Hi, thanks for raising this. I am not able to reproduce though. Which version of the notebooks are you running? Can you try it from the 0.8.4 branch and see if the problem persists?

from pysyft.

PalexGoneGit avatar PalexGoneGit commented on May 27, 2024

Thanks @koenvanderveen . I tried redownloading the notebooks and it seems to seitch between this issue with my own data and Issue #8530 with the data provided in the notebooks. Will further investigate abd let you know!

from pysyft.

PalexGoneGit avatar PalexGoneGit commented on May 27, 2024

Hi @koenvanderveen, I just retested the recently updated notebooks. The issue is still the same as in #8530. Can confirm with both Notebook #1 and Notebook #3 run into issues for me (with opendp installed and imported). It's MacOS, if that matters. Attached both errors.

Screenshot 2024-03-05 at 16 36 13

Screenshot 2024-03-05 at 16 32 26

from pysyft.

koenvanderveen avatar koenvanderveen commented on May 27, 2024

What is the .message (pointer.message in this case) property of the SyftError you are getting? Just to be completely sure its not an environment issue, if you import opendp from within the notebook that works?

from pysyft.

PalexGoneGit avatar PalexGoneGit commented on May 27, 2024

Unfortunately, it does not work when importing opendp, still.
'Exception encountered while running sum_trade_value_mil, please contact the Node Admin for more info.'

Screenshot 2024-03-05 at 22 46 28

from pysyft.

madhavajay avatar madhavajay commented on May 27, 2024

@AlexAronikov are you able to tell us what version of python you are running also so I can try to replicate this.

from pysyft.

PalexGoneGit avatar PalexGoneGit commented on May 27, 2024

@madhavajay Thanks for your answer. It's Python 3.9.18. What version do you recommend?

from pysyft.

madhavajay avatar madhavajay commented on May 27, 2024

@AlexAronikov I have replicated this issue. It isn't a bug per se, whats happening is there is an exception which gets logged but is not visible to the user which says no module named 'opendp'
Screenshot 2024-03-07 at 10 14 47 am

In CI we install syft with all the data science extras:

$ pip install syft[data_science]

However if you just install syft and use this notebook you won't have opendp.

You should be able to verify and fix with:

!pip list | grep opendp
!pip install opendp==0.8.0

And then restart your notebook and try again.

What we can do here is make that error more obvious. @koenvanderveen I think in this case printing out the exception makes sense because for the local user its their private access anyway, for the remote server its printing on the server and we capture that context and make it part of the protected logs as well.

from pysyft.

madhavajay avatar madhavajay commented on May 27, 2024

After pip installing opendp.
Screenshot 2024-03-07 at 10 15 53 am

from pysyft.

PalexGoneGit avatar PalexGoneGit commented on May 27, 2024

Thanks @madhavajay ! The error mentioned before is fixed with your suggestions. The "No blob storage entry exists" error persists with my own data, though. Any suggestions on how to troubleshoot?

from pysyft.

madhavajay avatar madhavajay commented on May 27, 2024

@AlexAronikov can you be a bit more specific about the blob storage issue? Can you give me the error message and how you got it so I can replicate it? If its unrelated you could always create a new issue.

from pysyft.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.