-
Notifications
You must be signed in to change notification settings - Fork 381
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 Func:HTTPAPI_ExecuteRequest Line:587 curl_easy_perform() failed: Out of memory #129
Comments
Please make sure you are following the steps from the C issue you mentioned (#308). I copied them below for convenience. Best Regards, From issue #308 Install the latest version of curl Error: Failed to create /usr/local/opt/curl Force link updates: |
@Xirui can you clarify what type of fix you would like from us? it looks like this is an environment thing: the fix as far as I understand was to update the curl dependency and make sure our SDK could find it. I'm not an expert on brew and macos but I'm not sure there's anything, from the source-code standpoint, that we can do to fix this. |
Hi @pierreca , sorry this was a while back. I could not recall every detail when having this issue. But I agree this is more related to installation instructions than source code. Sorry for could not be more helpful here. |
@DandelionWenjing never got confirmation if you got through this issue with what @zolvarga suggested - would you mind letting us know? @Xirui no problem - we are fully aware that our MacOS support isn't where it needs to be - we'll see if @DandelionWenjing can confirm anything and I'll try to follow up on a couple of other related issues. if we hear nothing we'll close the issue, but you can expect some improvements in the near future. |
@DandelionWenjing @Xirui No updates in a while here so I'm tempted to close the issue. Furthermore, i've released pip packages for macos which should save you the trouble of building the SDK yourself: Would you mind giving it a try?
it will still need to have boost installed, which you can deal with by doing:
or in the case of python3:
Please do report if you're running into any sort of issue! |
Closing after some inactivity, given we think issues are resolved. |
@DandelionWenjing, @Xirui, thank you for your contribution to our open-sourced project! Please help us improve by filling out this 2-minute customer satisfaction survey |
OS and version used:
Python runtime used: <python2.6>
SDK version used:
Description of the issue:
I have build the azure iot hub python SDK by the following steps:
curl_easy_perform() failed: Out of memory error when uploading blobs azure-iot-sdk-c#308
I have tried to update my curl version to the latest:
Code sample exhibiting the issue:
Console log of the issue:
The text was updated successfully, but these errors were encountered: