-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
ModuleNotFoundError: No module named 'syft_proto' #2921
Comments
Try |
Did that and now I get: $ python3 -c "import syft"
Could this be an issue with PyTorch 1.4? I am using the wheel found here. Haven't found an armv71 build for 1.3. |
Update: I just got it to work by switching PyTorch back to 1.3 using this build and now it works, so the issue can be closed. Possibly the above is something to look into for updating syft to PyTorch 1.4. |
Yeah, there’s an open issue for Torch 1.4 compatibility, but 1.4 was just released so we haven’t resolved the issue yet. |
I'm having same issue on OSX/conda env, is the compatibility with 1.4 not yet resolved? do I need to downgrade pytorch to 1.3? |
I also have the same issue. |
@ajnovice What versions of Python, PySyft, syft-proto, and PyTorch are you using? |
I am attempting to install Syft on a Raspberry Pi 4 with Raspbian Buster (armv71). I've successfully compiled PyTorch 1.4 from this wheel.
After pip installing syft, I got the same error with
importlib
which is reported in this issue, and as of writing this, was fixed and merged to master a few hours ago.So I tried to install syft directly from the master branch (
pip3 install git+https://github.com/OpenMined/PySyft/
), but now I get this error:Maybe this will be fixed when syft adds PyTorch 1.4 support officially? Is there a way around this error?
The text was updated successfully, but these errors were encountered: