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

TypingError: No implementation of function Function(<function runtime_broadcast_assert_shapes at 0x7f8071985280>) found for signature: runtime_broadcast_assert_shapes(Literal[int](1), array(float64, 1d, C)) #7647

Closed
1 task
YYT1002 opened this issue Dec 13, 2021 · 3 comments
Labels
more info needed This issue needs more information stale Marker label for stale issues.

Comments

@YYT1002
Copy link

YYT1002 commented Dec 13, 2021

Reporting a bug

  • I have tried using the latest released version of Numba 0.54.1

TypingError: No implementation of function Function(<function runtime_broadcast_assert_shapes at 0x7f8071985280>) found for signature: runtime_broadcast_assert_shapes(Literalint, array(float64, 1d, C))
There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'register_jitable..wrap..ov_wrap': File: numba/core/extending.py: Line 159. With argument(s): '(int64, array(float64, 1d, C))': Rejected as the implementation raised a specific error: TypeError: missing a required argument: 'arg1' raised from /Users/uqyyao4/anaconda3/lib/python3.8/inspect.py:2940

@esc esc added the more info needed This issue needs more information label Dec 13, 2021
@esc
Copy link
Member

esc commented Dec 13, 2021

@YYT1002 thank you for reporting this. Unfortunately we are not able to debug this given the limited amount of debugging information. May I kindly request you update the ticket with:

a) the code you were trying to run (or something that approximates it to give the same error)
b) what you expected
c) what happened instead (with a copy and paste of the full output including the original command)

Thank you in advance for your efforts to improve Numba!

@github-actions
Copy link

This issue is marked as stale as it has had no activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with any updates and confirm that this issue still needs to be addressed.

@github-actions github-actions bot added the stale Marker label for stale issues. label Jan 13, 2022
@gmarkall
Copy link
Member

Closing as the issue cannot be reproduced and no further information has been received.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more info needed This issue needs more information stale Marker label for stale issues.
Projects
None yet
Development

No branches or pull requests

3 participants