-
Notifications
You must be signed in to change notification settings - Fork 137
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 #527
Comments
The solution about flit_core can be found here: jupyenv/docs/documentation/how-to.md Line 169 in 97f76f9
|
if you don't know how to solve that issue via overrides.nix with poetry2nix. Please try my PR branch to get the native nixpkgs support for the kernels. |
solved -> ba06739 |
Thanks @GTrunSec, I ran into the same issue and tried using your branch, e.g. inputs.jupyenv.url = "github:GTrunSec/jupyterWith/chore"; Unfortunately this results in another error on trace: warning: Unknown rpds-py version: '0.10.6'. Please update getCargoHash.
error: getting status of '/nix/store/g7lkqdx4wdz77p5lbsbx038956jhg813-source/logo-64x64.png': No such file or directory The warning I attribute to https://discourse.nixos.org/t/poetry2nix-mismatch-cryptography-sha256-but-unable-to-modify/33897 The error happens as nix is looking for the logo in the kernel's trace: warning: Unknown rpds-py version: '0.10.6'. Please update getCargoHash.
error: hash mismatch in fixed-output derivation '/nix/store/hcl9xsg13zccln3q1cknclvbvl4ckdry-rpds-py-0.10.6-vendor.tar.gz.drv':
specified: sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
got: sha256-8bXCTrZErdE7JhuoudU/4dDndCMwvjy2a+2IY0DWDzg= I saw there is a new |
@trevex |
Current Behavior
I created a python kernel using the instructions here, and it gave this error:
Expected Behavior
Jupyter would start running
Steps To Reproduce
flake.nix
fromnix flake init --template github:tweag/jupyenv
. Modifykernels.nix
:pyproject.toml
fromhttps://github.com/tweag/jupyenv/blob/main/docs/documentation/how-to.md
poetry lock
nix run
OS
Version
97f76f9
The previous version does not have the issue with
logo64.png
, but it still has issue withflit_core
3ad2c95
Additional Context
touch logo64.png
creates a different problem:Relevant log output
No response
The text was updated successfully, but these errors were encountered: