Skip to content
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

[Bug]: logo64.png no such file or directory. #537

Closed
ARelaxedScholar opened this issue Mar 29, 2024 · 3 comments
Closed

[Bug]: logo64.png no such file or directory. #537

ARelaxedScholar opened this issue Mar 29, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@ARelaxedScholar
Copy link

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 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.

Steps To Reproduce

Basically follow he poetry part of this: https://jupyenv.io/documentation/how-to/

  1. run nix flake init --template github:tweag/jupyterWith
  2. create a directory in my case affective_dependencies
  3. create your pyproject.toml and run poetry lock in there
  4. make sure kernels.nix contains a reference to your poetry directory with projectDir
  5. run nix run in the top directory

OS

- system: `"x86_64-linux"`
 - host os: `Linux 6.1.78, NixOS, 23.11 (Tapir), 23.11.20240326.4473351`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.1`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

Version

main

Additional Context

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
@ARelaxedScholar ARelaxedScholar added the bug Something isn't working label Mar 29, 2024
@kyp0717
Copy link

kyp0717 commented May 12, 2024

What is the status of this bug? I am encountering the same issue. I would like to try to fix it but need some help to get started.

@volkswagenfeature
Copy link

One simple workaround is just to give it what it wants and provide a icon file. I use this one:
logo64

@GTrunSec
Copy link
Collaborator

closes by #524

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants