-
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
Network (sandbox?) problems during install #1
Comments
Yes, jupyter has its internal dependency solver that is very difficult to fix. We have instructions for going around it in the main JupyterWith repo README: https://github.com/tweag/jupyterWith#using-jupyterlab-extensions Can you try and tell us if that works well? |
@turion I expanded the README a bit to include instruction for running the notebook locally: https://github.com/tweag/blog-resources/blob/master/monad-bayes-series/README.md - it would be great to hear your feedback on whether this helps! |
I re-encountered Some issues I encountered:
This has been renamed to I'm surprised this still pulls in python 2.7! Also, we seem to be using ghc-8.6.5, which is very old. I'm not sure but it seems that GHC is not in the cache anymore and I'm just building it from scratch. Can that be avoided by updating to a newer GHC which is in the nixos cache? |
Apologies, it seems I'm just building |
Unfortunately, the build fails again, this time for /nix/store/lpxxs520l5pwlgcs552lwc11xx6wpfxb-ihaskell-0.10.1.2.drv. I've attached a log file. |
I get this far:
I can access https://registry.npmjs.org/jupyterlab-ihaskell via
wget
and the browser. I don't have a proxy.It has been suggested on IRC that one can only have network access inside a sandbox for fixed-output derivations. So possibly something here is not a fixed-output derivation and this is why it fails?
The text was updated successfully, but these errors were encountered: