-
Notifications
You must be signed in to change notification settings - Fork 42
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
invalid_argument: Attempted to construct a ThreadCount with a value (1) that falls outside the interval [0, 0] #252
Comments
invalid_argument: Attempted to construct a ThreadCount with a value (1) that falls outside the interval [0, 0]
Mismatch between installed compiler ( Not sure how you both got a newer version of libc++ but an older version of clang in the same environment? And in particular the output of the command above ( |
Hm ok, it seems that that dependency is not in the conda version. I made the env with this .yaml file:
Is there a way (or a recommendation) of how I should specify the clang (and python clang?) versions? |
Also, when I try to specify an older version of clang like so:
I get compiler errors saying:
|
Also, when I try to install cppyy with nothing else in my environment, the specs that you described are not respected and clang 16 etc are installed
|
Yes, it's a conda thing on Mac. The pip install should not suffer from it. Looks like this is being fixed, though: conda-forge/cppyy-cling-feedstock#62 |
I have the same issue. If I install the latest version of CPPYY on macOS ( |
Hi, I am trying to load my python bindings but I keep getting these errors, is there something wrong with what I am doing?
The text was updated successfully, but these errors were encountered: