Skip to content

Instantly share code, notes, and snippets.

@erooke

erooke/err.txt Secret

Created June 6, 2020 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erooke/8026db2028545cf4aee72e7db002813d to your computer and use it in GitHub Desktop.
Save erooke/8026db2028545cf4aee72e7db002813d to your computer and use it in GitHub Desktop.
Matplotlib python 2 error
these derivations will be built:
/nix/store/wq0hjy52lvb2065zd9kz28lcm5wjcz27-python-2.7.18-env.drv
building '/nix/store/wq0hjy52lvb2065zd9kz28lcm5wjcz27-python-2.7.18-env.drv'...
collision between `/nix/store/j3h77q52zpkyawh792ldq4p98wzrl2a0-python2.7-backports.ssl_match_hostname-3.7.0.1/lib/python2.7/site-packages/backports/__init__.py' and `/nix/store/xib7gvd0nfknb0skzh8zh3v0rx7bvcvw-python2.7-backports.functools_lru_cache-1.6.1/lib/python2.7/site-packages/backports/__init__.py'
builder for '/nix/store/wq0hjy52lvb2065zd9kz28lcm5wjcz27-python-2.7.18-env.drv' failed with exit code 25
error: build of '/nix/store/wq0hjy52lvb2065zd9kz28lcm5wjcz27-python-2.7.18-env.drv' failed
with import <nixpkgs> {};
let
deps = packages: [
packages.matplotlib
];
in
pkgs.mkShell {
buildInputs = [
(pkgs.python27.withPackages deps)
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment