-
Notifications
You must be signed in to change notification settings - Fork 28
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
xeus-cpp does not work on Windows #144
Comments
Maybe we should add these symbols to the list of re-exports in CppInterOp? @mcbarton what do you think? |
@vgvassilev The example notebook is not expected to work on Windows at the moment. This is related to the discussion we had on the failing XCpp jupyter_kernel_test tests. Exporting the symbols may work, but its expected to be a fragile solution from what I remember from the discussion. |
Yes, fragile but the only option available now. |
System information
Description of issue
Trying to execute the first cell of the
notebooks/xeus-cpp.ipynb
makes the kernel restart forever (with xeus-cpp 0.5).Trying the same thing with a local build of current main branch gives thefollowing error:
Commands or code executed
Expected Result
Outputs "some output" under the notebook cell.
The text was updated successfully, but these errors were encountered: