-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with tf.keras and PySyft #43
Comments
|
Hi,
|
it would be helpful if you were to supply steps to reproduce the issue, ideally some code for reference |
#downloading the dataset #splitting it into testing and training set
#defining the model And right after this code we face the error. |
sorry, I meant the installation code (since this seems to be an installation error) |
Hi,
2.pip install syft-tensorflow 3.pip install syft-tensorflow And some combinations. None of them seemed to work. and raised an error when the model was declared(something like: |
Hello, I am also trying to install this software on a windows computer. I have tried installing in mostly following ways as far as I remember:
In my case mostly, I got "no module found" error or "ImportError: DLL load failed". Any suggesions for installation would be a great help. |
Hello, but in two cases, I always got "no module found" error when import syft. |
Hi, I've encountered a similar issue on syft[tensorflow] 0.2.4. The following error message came out when I tried to
My environment setting:
Currently the latest version that I can successfully import syft is 0.2.0a2. |
I do have the same problem now on google colab. Anyone fix it? |
Producing the same exception on google colab (with TensorFlow version - 2.2.0):
and the same exception is thrown in both cases. Any suggestions to work around this would be of much help. |
@harshitadd @Mesilenceki Due to this repository has not been maintained for a long time, it's inconsistent with the latest version of PySyft, so you have to install an older version of PySyft. In my case, Note that openmined has warned us that this repository will soon be deprecated in favor of PySyft, so it's probably not a good idea to build any decent work on PySyft-TensorFlow. |
Thank you for your prompt reply @skywind29. Will bear the suggestions in mind. |
|
Environment: TF 2.0, Python 3, Colab
Hi,
I am facing the following problem while installing pysyft-tensorflow:
When I try to import syft after installation(of pysyft-tensorflow), it returns a "no module found" error.
Please suggest a solution.
Thanks in advance.
The text was updated successfully, but these errors were encountered: