Sender | Message | Time |
---|---|---|
25 Mar 2024 | ||
Which channel/room would be appropriate to ask a support question? Running into a python dependency error with awscli2 package. | 23:24:23 | |
running nix-shell --packages awscli2 | 23:25:47 | |
... checking for --with-download-deps... Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/build/source/./backends/build_system/main.py", line 125, in <module> main() File "/build/source/./backends/build_system/main.py", line 121, in main parsed_args.func(parsed_args) File "/build/source/./backends/build_system/main.py", line 49, in validate validate_env(parsed_args.artifact) File "/build/source/./backends/build_system/validate_env.py", line 36, in validate_env unmet_deps = _get_unmet_dependencies(requirements) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | 23:26:19 | |
Same error on mac and linux. | 23:26:38 | |
26 Mar 2024 | ||
In reply to @brunzefb:matrix.orgThe package is broken | 00:16:50 | |
In reply to @brunzefb:matrix.org* The package is broken, unfortunately. | 00:17:05 | |
* The package is broken, unfortunately. But you should be able to use an older version. | 00:20:00 | |
Thanks -- got it to work withnix-shell -p awscli2 -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/976fa3369d722e76f37c77493d99829540d43845.tar.gz | 02:08:22 | |
for version 2.13.7. I would have thought the reference would have been just awscli2@2.13.7 | 02:09:35 | |
still not 100% sure how to use this in a .nix file | 02:17:49 | |
In reply to @brunzefb:matrix.orgNix uses cryptographic hashes as immutable, safe references to build outputs like packages. For example, there could be several nixpkgs changes applied to awscli2 version 2.13.7. By using hashes these can be referenced uniquely and unambiguously. | 02:18:51 | |
makes sense. | 02:19:10 | |
| 02:19:56 | |
is probably the way, I will experiment. | 02:20:13 | |
In reply to @brunzefb:matrix.orgMaybe an example of a working Nix shell would help. | 02:22:02 | |
Yes, very helpful. Thanks so much for your help! | 02:22:42 | |
09:22:27 | ||
29 Mar 2024 | ||
03:40:11 | ||
04:21:23 | ||
05:37:47 | ||
30 Mar 2024 | ||
22:37:49 | ||
is there a way to enable external networking during a nixos integration test? | 22:38:24 | |
31 Mar 2024 | ||
Afaik not without either turning the derivation into a FOD, or disabling the sandbox (__noChroot = true; ) | 01:12:24 | |
There are also "impure derivations" | 03:57:19 | |
1 Apr 2024 | ||
12:49:09 | ||
8 Apr 2024 | ||
00:31:47 | ||
00:54:01 | ||
01:07:04 | ||
16:41:55 | ||
10 Apr 2024 | ||
08:31:07 |