-
Notifications
You must be signed in to change notification settings - Fork 283
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
parallel cython build ends up in infinite recursion on macOS in yt-4.0 #2581
Labels
Comments
I can't reproduce on OSX I have access to. Which compiler are you using? |
clang:
|
This seems to be a Python 3.8 thing also, as I tried this on my 3.7 installation and it worked fine. |
Could you try adding |
Sadly no. What seems to happen is that multiple copies of everything in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug summary
We started using all available cores to build yt-4.0 from source in PR #2438. I recently tried to build on macOS and ended up in an infinite recursion. The huge traceback is here:
http://paste.yt-project.org/show/225/
Code for reproduction
Simply trying to install yt-4.0 from source in
python setup.py develop
orpip install -e .
triggers this. If I comment out lines 22 and 23 here (disabling the parallel build) the problem goes away:yt/setup.py
Lines 21 to 24 in d99f816
I have no idea if we have to treat macOS like Windows or if there's some way we can make it work.
Version Information
The text was updated successfully, but these errors were encountered: