-
Notifications
You must be signed in to change notification settings - Fork 22
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
Installation seems to be broken on python3.6.4 #488
Comments
Hi @jackton1 ! Thanks for the report. I think you're compiling with quite an old macOS / X Code / clang there. It does look however like we're using the non-standard C Thanks, Adam |
This seems to be linked to using
|
I've done a bit more research. It won't help to switch pyenv. The best thing to do is upgrade your macOS, or if you can't do that, at least your C compiler I'm also going to look into a way for Scout to install itself without the C extension if it won't compile. But I can't say when that will be done. Thanks, Adam |
Already tested using pyenv's Upgrading Mac didn't seem to help it was still pointing to the same path.
|
How did you install Python 3.6.4 previously? |
Fixes #488. I tested this by deliberately introducing a syntax error into `_objtrace.c`. Without `optional=True`, installation in a virtual environment failed; with it, it passes, and without any error message.
Fixes #488. I tested this by deliberately introducing a syntax error into `_objtrace.c`. Without `optional=True`, installation in a virtual environment failed; with it, it passes, and without any error message.
The text was updated successfully, but these errors were encountered: