| 28 Jan 2023 |
hexa | error: builder for '/nix/store/hissrld4qr0cnssjbk1n7fy1j5afdj72-python3.10-tensorflow-2.11.0.drv' failed with exit code 1;
last 10 log lines:
> Requirement already satisfied: numpy>=1.20 in /nix/store/jirzlk538n9bbbwp54rd9wcsb8nf3rf0-python3.10-numpy-1.23.5/lib/python3.10/site-packages (from tensorflow==2.11.0) (1.23.5)
> Requirement already satisfied: flatbuffers in /nix/store/7v8hfy2ngiy0vs85x3253qskf1wkzysd-python3.10-flatbuffers-22.11.23/lib/python3.10/site-packages (from tensorflow==2.11.0) (22.11.23)
> Requirement already satisfied: setuptools in /nix/store/0d7f64w6zqxvn411gas3bqvpcik84x82-python3.10-setuptools-65.6.3/lib/python3.10/site-packages (from tensorflow==2.11.0) (65.6.3.post0)
> Requirement already satisfied: gast in /nix/store/8xcj9gnmav4mk2ak99xa67772gh0979v-python3.10-gast-0.5.3/lib/python3.10/site-packages (from tensorflow==2.11.0) (0.5.3)
> Requirement already satisfied: tensorboard<2.12,>=2.11 in /nix/store/5rm5d5db1jnr72x6bpbrq2m36rd4rlzg-python3.10-tensorboard-2.11.0/lib/python3.10/site-packages (from tensorflow==2.11.0) (2.11.0)
> Requirement already satisfied: h5py>=2.9.0 in /nix/store/gf043x2paag3lf1jcqsspn1s5kq7jlnb-python3.10-h5py-3.7.0/lib/python3.10/site-packages (from tensorflow==2.11.0) (3.7.0)
> Requirement already satisfied: six>=1.12.0 in /nix/store/16q13sv9mq8xdas1f7rka0nq95bp4lxy-python3.10-six-1.16.0/lib/python3.10/site-packages (from tensorflow==2.11.0) (1.16.0)
> ERROR: Could not find a version that satisfies the requirement tensorflow-io-gcs-filesystem>=0.23.1; platform_machine != "arm64" or platform_system != "Darwin" (from tensorflow) (from versions: none)
> ERROR: No matching distribution found for tensorflow-io-gcs-filesystem>=0.23.1; platform_machine != "arm64" or platform_system != "Darwin"
>
For full logs, run 'nix log /nix/store/hissrld4qr0cnssjbk1n7fy1j5afdj72-python3.10-tensorflow-2.11.0.drv'.
| 19:41:17 |
hexa | I'm going to cry for a bit | 19:41:23 |
SomeoneSerge (matrix works sometimes) | rules_python don't seem to be an issue anymore, but otherwise I cannot see any light: https://github.com/NixOS/nixpkgs/pull/213214 | 19:41:40 |
SomeoneSerge (matrix works sometimes) | http://i.stack.imgur.com/CgMIe.jpg | 19:42:54 |
hexa | NO | 19:43:07 |
SomeoneSerge (matrix works sometimes) | Decoupling needed so badly | 19:44:09 |
hexa | indeed | 20:41:04 |
hexa | In reply to @hexa:lossy.network I'm going to cry for a bit one hour later, let's see if it works this time | 20:41:56 |
hexa | well | 20:46:44 |
hexa | did the same thing twice and it didnt | 20:46:50 |
hexa | * did the same thing twice and it didn't work the second time either | 20:46:55 |
hexa | it seems like patches in buildPythonPackage is too late? | 20:47:38 |
hexa | which is surprising, since other dependencies are relaxed in postPatch there as well | 20:48:01 |
hexa | oh, I think the path to the setup.py is different in there | 20:48:42 |
hexa | but then it should complain about the patch not being applicable | 20:48:52 |
hexa | tensorflow> applying patch /nix/store/7sgd7aq8bz4vyp9hz0vd02gizv69mar9-relax-python-deps.patch
tensorflow> patching file tensorflow/tools/pip_package/setup.py
| 20:49:08 |
hexa | but in postPatch we patch ./setup.py | 20:49:41 |
hexa | migrating to sed ._. | 20:50:08 |
hexa | eh, used the time producitvely to write a module for tts-server 🙂 | 20:52:50 |
hexa | builds on x86_64-linux | 21:02:12 |
hexa | umap-learn fails to build as well 🙂 | 21:53:55 |
hexa | because sklearn uses np.matrix with unsupported input 😐️ | 21:54:17 |
hexa | Someone S: I guess we should merge tensorflow once I've confirmed it also builds on aarch64-linux, because even if it doesn't work for cuda or darwin we can fix that in another PR | 21:55:42 |
SomeoneSerge (matrix works sometimes) | Yes | 21:57:41 |
hexa | sklearn updated, umap-learn fixed | 23:38:26 |
| 29 Jan 2023 |
hexa | tf-cpu also builds on aarch64-darwin | 00:51:49 |
SomeoneSerge (matrix works sometimes) | I had switched hercules to use just one worker because I got annoyed by several simultaneous tensorflow builds throttling each. Now tf spends ages in the queue... | 02:47:30 |
SomeoneSerge (matrix works sometimes) | * I had switched hercules to use just one worker because I got annoyed by several simultaneous tensorflow builds throttling each other. Now tf spends ages in the queue... | 02:47:43 |
| 30 Jan 2023 |
SomeoneSerge (matrix works sometimes) | In reply to @hexa:lossy.network tf-cpu also builds on aarch64-darwin python3.10-tensorflow-gpu-2.11.0 builds | 01:32:33 |
hexa | awesome | 01:32:43 |