Skip to content

Instantly share code, notes, and snippets.

@r-rmcgibbo
Created May 9, 2021 09:39
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/bb459c5a9358a2b2322ad4a78c1da2e9 to your computer and use it in GitHub Desktop.
Save r-rmcgibbo/bb459c5a9358a2b2322ad4a78c1da2e9 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/a2j87z1rfmv7gma133c6fyhhkmxfhmmr-python3.8-pika-1.2.0.drv'...
building '/nix/store/3zm5f5hgv27wsva59kq3zqwa5hkwb9kg-python3.9-pika-1.2.0.drv'...
builder for '/nix/store/a2j87z1rfmv7gma133c6fyhhkmxfhmmr-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.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/c5j91lagwknfr5mhhxlii098scr236cv-python3.8-pika-pool-0.1.3.drv': 1 dependencies couldn't be built
builder for '/nix/store/3zm5f5hgv27wsva59kq3zqwa5hkwb9kg-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/x8ihkb308n0ca3qwqld29srqx5gmzym9-python3.9-pika-pool-0.1.3.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/r0z6nzrp1vz3ladc3xgc48c4nhh3qb57-review-shell.drv': 4 dependencies couldn't be built
error: build of '/nix/store/r0z6nzrp1vz3ladc3xgc48c4nhh3qb57-review-shell.drv' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment