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

Boost error #1

Open
gregorgebhardt opened this issue Aug 16, 2018 · 3 comments
Open

Boost error #1

gregorgebhardt opened this issue Aug 16, 2018 · 3 comments

Comments

@gregorgebhardt
Copy link

Hi,

I am trying to install job_stream in a conda environment with boost 1.68 installed.
During pip install job_stream get the following error:

In file included from /home/gebhardt16/.conda/envs/gym/include/boost/process/detail/posix/io_context_ref.hpp:21:0,
                     from /home/gebhardt16/.conda/envs/gym/include/boost/process/async.hpp:42,
                     from /home/gebhardt16/.conda/envs/gym/include/boost/process.hpp:23,
                     from job_stream/invoke.cpp:12:
    /home/gebhardt16/.conda/envs/gym/include/boost/process/detail/posix/is_running.hpp:20:1: error: non-constant condition for static assertion
     static_assert(!WIFEXITED(still_active) && !WIFSIGNALED(still_active), "Internal Error");

I tried to downgrade boost to 1.61, but this didn't help.

@wwoods
Copy link
Owner

wwoods commented Aug 16, 2018 via email

@gregorgebhardt
Copy link
Author

Great, thanks that worked.

@wwoods
Copy link
Owner

wwoods commented Aug 29, 2018

Thanks Gregor, I'd rather keep this open actually though, until the underlying issue is fixed in e.g. Boost. As a reference for others.

@wwoods wwoods reopened this Aug 29, 2018
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

2 participants