-
Notifications
You must be signed in to change notification settings - Fork 43
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
free(): invalid pointer with numpy and cv2 #245
Comments
|
I have the same issue without numpy or cv2 on python 3.11.11 |
@NiuBlibing @laurent-chriqui It seems like an issue with Python client 3.6.0. Do you have a chance to test the wheels here? |
I'll try the 3.11 wheel |
The manylinux2014 cp311 wheel seems to be working fine! |
Okay, them I will verify the wheels by myself tomorrow and mark #244 as ready to review. After that I will release a patched 3.6.1 release |
I've verified |
@BewareMyPower Could you publish a new version release to pypi? |
Currently the 3.6.1 release is in the vote phase, you can download these wheels to verify if it works. https://lists.apache.org/thread/s3qq7krzsl5lvsj7d0hg7c3xg251xhrd After the release is completed, these wheels will be uploaded to pypi. |
I got a problem with pulsar when using
numpy
andcv2
, it throwsfree(): invalid pointer
and kill my program.But if I load
pulsar
latter than numpy, it works:My environment:
The text was updated successfully, but these errors were encountered: