Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created May 9, 2021 10:20
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 r-rmcgibbo/65d4878ff63374d9e5636bd6be68a94d to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/65d4878ff63374d9e5636bd6be68a94d to your computer and use it in GitHub Desktop.
warning: ignoring the user-specified setting 'experimental-features', because it is a restricted setting and you are not a trusted user
warning: ignoring the user-specified setting 'sandbox', because it is a restricted setting and you are not a trusted user
building '/nix/store/hv2sdrz3k6mpgqfsx9kzjdamgw3q82jw-python3.8-pika-1.2.0.drv'...
building '/nix/store/vw9sqnanny12ramq0l7653wdawpl11s6-python3.9-pika-1.2.0.drv'...
builder for '/nix/store/hv2sdrz3k6mpgqfsx9kzjdamgw3q82jw-python3.8-pika-1.2.0.drv' failed with exit code 1; last 10 log lines:
import gevent
ModuleNotFoundError: No module named 'gevent'
----------------------------------------------------------------------
Ran 1 test in 0.001s
FAILED (errors=1)
Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
cannot build derivation '/nix/store/jxx9fhhs7zxb48ririkhd62arlmxamrc-python3.8-pika-pool-0.1.3.drv': 1 dependencies couldn't be built
builder for '/nix/store/vw9sqnanny12ramq0l7653wdawpl11s6-python3.9-pika-1.2.0.drv' failed with exit code 1; last 10 log lines:
import gevent
ModuleNotFoundError: No module named 'gevent'
----------------------------------------------------------------------
Ran 1 test in 0.000s
FAILED (errors=1)
Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=1 errors=1 failures=0>
cannot build derivation '/nix/store/lcvc4gf36s6g4chy0xcp1r7p5sxp5chn-python3.9-pika-pool-0.1.3.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/gqlr2wmgnm2x3d21hm9rnghsgif2nzd7-review-shell.drv': 4 dependencies couldn't be built
error: build of '/nix/store/gqlr2wmgnm2x3d21hm9rnghsgif2nzd7-review-shell.drv' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment