-
Notifications
You must be signed in to change notification settings - Fork 11
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
nix-shell
in monad-bayes-series
fails on darwin
#12
Comments
@jO-Osko thanks for the report. Unfortunately I don't have a macOS machine, and I have no idea how to even investigate this further. Just to clarify: I'm assuming you tried to load the environment defined in https://github.com/tweag/blog-resources/blob/master/monad-bayes-series/shell.nix? I hope someone more knowledgeable than me can help out here. |
Yes, it is the environment from monad-bayes series. (I have also updated the description). |
Hey @jO-Osko, it looks like the pinned version of I've updated the revision in #13. I can't guarantee that it will work because I can't test it on macOS myself. If you like, you can give the |
Hi
Can it be connected to a certificate fail somewhat earlier when
|
The problem is due to the extension. It's an upstream problem, but a temporary workaround is to remove the extension from the environment, which will give code without highlighting:
|
This fix seems to work (it is still compiling and installing, but it gets much much further). Thank you again. |
Using this fix the setup gets much further, but later complains about a missing dependency. During the first part of installation, I got a segmentation fault and also full system crash.... After re-running the installation I got:
Fixing the versions for proceeds somewhat further but again errors with the following error:
( After changing the pinned version of hlint to Than you for all the support and help 👍 . Even if the graphs aren't showing, the code is working and I am able to play around and can currently graph things in another notebook. Filip |
I am having a problem setting up the environment in monad-bayes blog post series (https://github.com/tweag/blog-resources/blob/master/monad-bayes-series/shell.nix).
Describe the bug
nix-shell
fails to install. The test session for ipython starts produces errors and fails.Sometimes it hangs after
test_jsonutil.py
, after a fresh install of nix, it produceskernel died before replying
.To Reproduce
run
nix-shell --option sandbox false
.Environment
Happens on both single-user and multi-user mode, current user is in
trusted-users
.The text was updated successfully, but these errors were encountered: