NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.29k stars 13.54k forks source link

sanic (python package) fails to install since 22.11 #209183

Closed criena closed 1 year ago

criena commented 1 year ago

Describe the bug

Installation of sanic fails since 22.11. During installation some tests fail and result in the whole process being aborted.

Steps To Reproduce

The current system is on 22.05 and uses the package as part of configuration.nix. When running nixos-rebuild switch --upgrade to upgrade the system from 22.05 to 22.11, it fails due to sanic.

For more clarity, I used the output of nix-shell -p python3Packages.sanic below.

Screenshots

sanic installation issue.txt

Notify maintainers

@AluisioASG

Metadata

# nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 5.15.81, NixOS, 22.05 (Quokka), 22.05.4423.e09913998d8`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.8.1`
 - channels(root): `"nixos-22.11"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

As you can see, the system ist still on 22.05. The issue with sanic prevents me from upgrading to 22.11.

criena commented 1 year ago

Problem fixed. System successfully upgraded to 22.11 today.

criena commented 1 year ago

Thank you @bjornfor!