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

Failed to install tenseal, windows #470

Open
svetlana-boudko opened this issue Feb 8, 2024 · 2 comments
Open

Failed to install tenseal, windows #470

svetlana-boudko opened this issue Feb 8, 2024 · 2 comments
Labels
Type: Bug 🐛 Some functionality not working in the codebase as intended

Comments

@svetlana-boudko
Copy link

Runing: pip install tenseal fails with the following:
ERROR: Could not find a version that satisfies the requirement tenseal (from versions: none)
ERROR: No matching distribution found for tenseal

Screenshots

If applicable, add screenshots to help explain your question.

System Information

  • OS: Windows 11 Enterprise
  • Language Version: Python 3.12.0
  • pip 24.0
@svetlana-boudko svetlana-boudko added the Type: Bug 🐛 Some functionality not working in the codebase as intended label Feb 8, 2024
@svetlana-boudko
Copy link
Author

using:

git clone --recursive https://github.com/OpenMined/TenSEAL.git
cd TenSEAL/
git submodule init
git submodule update
pip install .

didn't help either.

@ryunnnn
Copy link

ryunnnn commented Mar 25, 2024

用:

git clone --recursive https://github.com/OpenMined/TenSEAL.git cd TenSEAL/ git submodule init git submodule update pip install .

也无济于事。

python版本高了不兼容应该是,我3.8的能下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐛 Some functionality not working in the codebase as intended
Projects
None yet
Development

No branches or pull requests

2 participants