You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, this should work on Apple Silicon (ARM64) machines as it does on x64
Steps To Reproduce
Following the steps in the README:
Create a new empty directory
CD to that directory
Run the nix flake command
$ nix flake init --template github:tweag/jupyenv
do you want to allow configuration setting 'extra-substituters' to be set to 'https://tweag-jupyter.cachix.org' (y/N)? y
do you want to permanently mark this value as trusted (y/N)? y
do you want to allow configuration setting 'extra-trusted-public-keys' to be set to 'tweag-jupyter.cachix.org-1:UtNH4Zs6hVUFpFBTLaA4ejYavPo5EFFqgd7G7FxGW9g=' (y/N)? y
do you want to permanently mark this value as trusted (y/N)? y
wrote: /Users/foobar/code/csv_playground/kernels.nix
wrote: /Users/foobar/code/csv_playground/flake.nix
You have created a jupyenv template.
Run nix run to immediately try it out.
See the jupyenv documentation for more information.
https://jupyenv.io/documentation/getting-started/
OS
The suggested command doesn't work for me:nix-shell -p nix-info --run "nix-info -m"warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoringerror: … <borked> at «none»:0: (source not available) … while calling the 'import' builtin at «string»:1:18: 1| {...}@args: with import <nixpkgs> args; (pkgs.runCommandCC or pkgs.runCommand) "shell" { buildInputs = [ (nix-info) ]; } "" | ^ (stack trace truncated; use '--show-trace' to show the full trace) error: file 'nixpkgs' was not found in the Nix search path (add it using $NIX_PATH or -I) at «none»:0: (source not available)
Current Behavior
I'm trying to install this on my Macbook Pro (M3) - however, it seems to error out about the architecture:
Expected Behavior
Ideally, this should work on Apple Silicon (ARM64) machines as it does on x64
Steps To Reproduce
Following the steps in the README:
OS
However, I am on macOS 14.4.1
The text was updated successfully, but these errors were encountered: