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
running nix run with a project setup to use poetry leads to :
warning: ignoring untrusted substituter 'https://tweag-jupyter.cachix.org', you are not a trusted user. Run man nix.conffor more information on thesubstituters` configuration option.
error (ignored): error: end of string reached
error:
… while calling the 'getAttr' builtin
at /builtin/derivation.nix:19:19: (source not available)
… while calling the 'derivationStrict' builtin
at /builtin/derivation.nix:9:12: (source not available)
(stack trace truncated; use '--show-trace' to show the full trace)
error: getting status of '/nix/store/mdi2dk2hmvm4hv8sf01x88riqc4av2ay-source/affective_dependencies/logo64.png': No such file or directory
`
Expected Behavior
It should run and allow me to run JupyterLab with my custom kernel.
I would use the built in core but I need ts2vg which is not part of nixpkgs.
Relevant log output
warning: ignoring untrusted substituter 'https://tweag-jupyter.cachix.org', you are not a trusted user.
Run `man nix.conf`for more information on the `substituters` configuration option.
warning: creating lock file '/home/arelaxedscholar/ドキュメント/Programming/Jupyter Notebooks/playing_with_ppg/flake.lock'
error:
… while calling the 'getAttr'builtin
at /builtin/derivation.nix:19:19: (source not available)
… while calling the 'derivationStrict'builtin
at /builtin/derivation.nix:9:12: (source not available)
(stack trace truncated; use '--show-trace' to show the full trace)
error: getting status of '/nix/store/b1jl6n5a2yh1pl6i0xqj09hmp24mddhn-source/affective_dependencies': No such file or directory
The text was updated successfully, but these errors were encountered:
Current Behavior
running nix run with a project setup to use poetry leads to :
warning: ignoring untrusted substituter 'https://tweag-jupyter.cachix.org', you are not a trusted user. Run
man nix.conffor more information on the
substituters` configuration option.error (ignored): error: end of string reached
error:
… while calling the 'getAttr' builtin
`
Expected Behavior
It should run and allow me to run JupyterLab with my custom kernel.
Steps To Reproduce
Basically follow he poetry part of this: https://jupyenv.io/documentation/how-to/
nix flake init --template github:tweag/jupyterWith
affective_dependencies
poetry lock
in thereprojectDir
nix run
in the top directoryOS
Version
main
Additional Context
I would use the built in core but I need ts2vg which is not part of nixpkgs.
Relevant log output
The text was updated successfully, but these errors were encountered: