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
Since upgrading NixOS to 18.09, I cannot install my Python 3 environment if I include both cairocffi and bokeh packages. I can install each of them individually or with other packages.
$ nix-env -iA nixos.myPythonEnvreplacing old 'python3-3.6.6-env'installing 'python3-3.6.6-env'these derivations will be built: /nix/store/7qxarg5i94l7k1gs4gjbcmcld2wvwack-python3-3.6.6-env.drvbuilding '/nix/store/7qxarg5i94l7k1gs4gjbcmcld2wvwack-python3-3.6.6-env.drv'...collision between `/nix/store/2l451q4974w431hmyz8wxfp984vnlvcz-python3.6-Bottleneck-1.2.1/lib/python3.6/site-packages/.pytest_cache/v/cache/nodeids' and `/nix/store/89p096cqhrxwhbd70mmc4mb6mhkjbn4n-python3.6-cairocffi-0.9.0/lib/python3.6/site-packages/.pytest_cache/v/cache/nodeids'builder for '/nix/store/7qxarg5i94l7k1gs4gjbcmcld2wvwack-python3-3.6.6-env.drv' failed with exit code 25error: build of '/nix/store/7qxarg5i94l7k1gs4gjbcmcld2wvwack-python3-3.6.6-env.drv' failed
Issue description
Since upgrading NixOS to 18.09, I cannot install my Python 3 environment if I include both
cairocffi
andbokeh
packages. I can install each of them individually or with other packages.Steps to reproduce
If I put this in my
~/.nixpkgs/config.nix
:and try to install
myPythonEnv
, I get:Technical details
The text was updated successfully, but these errors were encountered: