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

URL streaming on macOS (M1) not working #3

Open
simonschwaer opened this issue Jul 29, 2022 · 1 comment
Open

URL streaming on macOS (M1) not working #3

simonschwaer opened this issue Jul 29, 2022 · 1 comment

Comments

@simonschwaer
Copy link

simonschwaer commented Jul 29, 2022

Streaming from a URL (like in the minimal example) doesn't seem to work on my machine (macOS 12.3.1 ARM). I get the following error message:

MemoryError: Cannot allocate write+execute memory for ffi.callback(). You might be running on a system that prevents this. For more information, see https://cffi.readthedocs.io/en/latest/using.html#callbacks

The link provides some info about the problem, but I can't judge if and how that applies here.

@simonschwaer simonschwaer changed the title Issue with URL streaming on macOS URL streaming on macOS Jul 29, 2022
@simonschwaer simonschwaer changed the title URL streaming on macOS URL streaming on macOS not working Jul 29, 2022
@daniel-keitel
Copy link
Collaborator

That seams to be an issue with https urls and m1 macs, with one underlying C lib.

Could you post your stack trace, so I can know where the Error is originating from?

@daniel-keitel daniel-keitel changed the title URL streaming on macOS not working URL streaming on macOS (M1) not working Jul 29, 2022
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