Skip to content
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

Can't import tf_encrypted in Colab notebook #885

Open
dariamiu opened this issue Jun 22, 2023 · 0 comments
Open

Can't import tf_encrypted in Colab notebook #885

dariamiu opened this issue Jun 22, 2023 · 0 comments

Comments

@dariamiu
Copy link

dariamiu commented Jun 22, 2023

I have installed tf_encrypted in my colab notebook, this is from the output after pip install:

Installing collected packages: flatbuffers, onnx, tf2onnx, tf-encrypted
Attempting uninstall: flatbuffers
Found existing installation: flatbuffers 23.3.3
Uninstalling flatbuffers-23.3.3:
Successfully uninstalled flatbuffers-23.3.3
Successfully installed flatbuffers-2.0.7 onnx-1.14.0 tf-encrypted-0.9.1 tf2onnx-1.14.0

but when i try to import it I have this error:

ContextualVersionConflict: (flatbuffers 23.3.3 (/usr/local/lib/python3.10/dist-packages), Requirement.parse('flatbuffers<3.0,>=1.12'), {'tf2onnx'})

how to solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant