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

Pip failed to install scout_apm with the error below #124

Closed
sriramveeraghanta opened this issue Aug 28, 2018 · 4 comments
Closed

Pip failed to install scout_apm with the error below #124

sriramveeraghanta opened this issue Aug 28, 2018 · 4 comments

Comments

@sriramveeraghanta
Copy link

 /usr/bin/clang -fno-strict-aliasing -Wsign-compare -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.6/include/python3.6m -c src/scout_apm/core/ext/objtrace.c -o build/temp.macosx-10.6-intel-3.6/src/scout_apm/core/ext/objtrace.o
    src/scout_apm/core/ext/objtrace.c:19:8: error: thread-local storage is not supported for the current target
    static __thread unsigned long long allocs = 0;
           ^
    src/scout_apm/core/ext/objtrace.c:20:8: error: thread-local storage is not supported for the current target
    static __thread unsigned long long callocs = 0;
           ^
    src/scout_apm/core/ext/objtrace.c:21:8: error: thread-local storage is not supported for the current target
    static __thread unsigned long long reallocs = 0;
           ^
    src/scout_apm/core/ext/objtrace.c:22:8: error: thread-local storage is not supported for the current target
    static __thread unsigned long long frees = 0;
           ^
    4 errors generated.
    error: command '/usr/bin/clang' failed with exit status 1

Please fix, might be an important issue.
scout_apm==1.2.2 works fine. Our django build failed multiple times.

@dlanderson
Copy link
Contributor

Hi @sriramveeraghanta - we have wheels for Linux but not for OSX yet. I'll look at adding those.

In the meantime: Can you make sure you're using the latest version of XCode? Based on the error message it looks like you might be trying to build on OSX 10.6 (Snow Leopard) is that correct?

@philipbelesky
Copy link

We've noticed a similar regression when going from 1.2.2 > 1.3.2 on our appveyor builds. A build log can be found here (let me know if you'd prefer this opened as a new issue)

@dlanderson
Copy link
Contributor

Hi @philipbelesky - we don't currently support windows. Give this issue a thumbs up to track windows status: #101

@cschneid
Copy link
Contributor

I'm going to close this - track the linked Windows issue for updates.

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

4 participants