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

Python Halide bindings fail to import: ModuleNotFoundError: No module named 'halide' #8519

Closed
chenrui333 opened this issue Dec 17, 2024 · 4 comments
Assignees

Comments

@chenrui333
Copy link

chenrui333 commented Dec 17, 2024

👋 trying to build the latest release, but run into some regression test failure. The error log is as below:

error regression test failure log
  ==> python3.13 lesson_01_basics.py
  Traceback (most recent call last):
    File "/private/tmp/halide-test-20241217-47676-qvoyah/lesson_01_basics.py", line 11, in <module>
      import halide as hl
  ModuleNotFoundError: No module named 'halide'

full build log, https://github.com/Homebrew/homebrew-core/actions/runs/12380413422/job/34556855710?pr=201454
relates to Homebrew/homebrew-core#201454


might be related to this change, #8405

cc @alexreinking

@alexreinking
Copy link
Member

How can I see the CMake configure log or run your build script locally?

@alexreinking
Copy link
Member

@chenrui333 -- I think I found the problem. I left a review with suggested changes in Homebrew/homebrew-core#201454

@alexreinking
Copy link
Member

The relevant PR was fixed and merged 🎉

@chenrui333
Copy link
Author

💯

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

2 participants