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

Mac M2 Macos-15 (Sequoia) fails to import library (ModuleNotFoundError: No module named 'tenseal._tenseal_cpp') #505

Open
darenr opened this issue Jan 16, 2025 · 0 comments
Labels
Type: Bug 🐛 Some functionality not working in the codebase as intended

Comments

@darenr
Copy link

darenr commented Jan 16, 2025

Description

pip install tenseal
Collecting tenseal
  Using cached tenseal-0.3.15-cp312-cp312-macosx_14_0_universal2.whl.metadata (8.2 kB)
Using cached tenseal-0.3.15-cp312-cp312-macosx_14_0_universal2.whl (3.4 MB)
Installing collected packages: tenseal
Successfully installed tenseal-0.3.15
import tenseal

produces:

ModuleNotFoundError: No module named 'tenseal._tenseal_cpp'

How to Reproduce

  1. MacOS-15
  2. pip install tenseal
  3. import tenseal
  4. See error

System Information

  • OS: MacOS
  • OS Version: 15 (Darwin drace-mac 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:15 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6000 arm64)
  • Language Version: Python 3.8, Python 3.9, Python 3.12
@darenr darenr added the Type: Bug 🐛 Some functionality not working in the codebase as intended label Jan 16, 2025
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

1 participant