-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
pythonPackages.pynwb: init at 1.3.0 #84857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
meta = with lib; { | ||
description = "Package for working with Neurodata stored in the NWB format"; | ||
homepage = https://github.com/NeurodataWithoutBorders/pynwb; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rfc 45
homepage = https://github.com/NeurodataWithoutBorders/pynwb; | |
homepage = "https://github.com/NeurodataWithoutBorders/pynwb"; |
|
||
buildPythonPackage rec { | ||
pname = "hdmf"; | ||
version = "1.6.1"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version = "1.6.1"; | |
version = "1.6.1"; | |
disabled = isPy27; |
builder for '/nix/store/k531c83irjwjf533ind83a5fcw8m9ln1-python2.7-hdmf-1.6.1.drv' failed with exit code 1; last 10 log lines:
^
SyntaxError: invalid syntax
----------------------------------------------------------------------
Ran 27 tests in 0.001s
FAILED (errors=27)
Test failed: <unittest.runner.TextTestResult run=27 errors=27 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=27 errors=27 failures=0>
cannot build derivation '/nix/store/4w0dg349mqg3wb61nigibzg7523i3zkz-python2.7-pynwb-1.3.0.drv': 1 dependencies couldn't be built
buildPythonPackage rec { | ||
pname = "pynwb"; | ||
version = "1.3.0"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesnt seem to build'
builder for '/nix/store/rxb3ydcy00gfq2gzbm3ivddvhj1fv22z-python3.8-pynwb-1.3.0.drv' failed with exit code 1; last 10 log lines:
- ('hdmf-common', 'core', 'B2BL0UA4UN', '2X3ZCGXIMI')
+ ('hdmf-common', 'core')
----------------------------------------------------------------------
Ran 284 tests in 39.757s
FAILED (failures=1)
Test failed: <unittest.runner.TextTestResult run=284 errors=0 failures=1>
error: Test failed: <unittest.runner.TextTestResult run=284 errors=0 failures=1>
builder for '/nix/store/pskzl4mvapjzy754v0armf0rk6a1nh30-python3.7-pynwb-1.3.0.drv' failed with exit code 1; last 10 log lines:
- ('hdmf-common', 'core', 'YDGT6MVJ98', '5Q5HEGTMFJ')
+ ('hdmf-common', 'core')
----------------------------------------------------------------------
Ran 284 tests in 45.498s
FAILED (failures=1)
Test failed: <unittest.runner.TextTestResult run=284 errors=0 failures=1>
error: Test failed: <unittest.runner.TextTestResult run=284 errors=0 failures=1>
cannot build derivation '/nix/store/qr9p8dxialvry4ipi2aqb37104palxnl-env.drv': 4 dependencies couldn't be built
[4 built (3 failed), 4 copied (1.4 MiB), 0.3 MiB DL]
error: build of '/nix/store/qr9p8dxialvry4ipi2aqb37104palxnl-env.drv' failed
https://github.com/NixOS/nixpkgs/pull/84857
4 package failed to build:
python27Packages.hdmf python27Packages.pynwb python37Packages.pynwb python38Packages.pynwb
I marked this as stale due to inactivity. → More info |
Closing due to inactivity from author. |
Motivation for this change
add package for working with Neurodata stored in the NWB format
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)