Proxmox: Latest Photoprism script fails building PhotoPrism "ERROR 2@126?"

The latest script fails. I tried twice with the same result. What does ERROR 2@126 mean?

 ✓ Started LXC Container
 ✓ Set up Container OS
 ✓ Network Connected: 10.0.0.95
 ✓ Internet Online
 ✓ Updated Container OS
 ✓ Installed Dependencies
 ✓ Set up Node.js Repository
 ✓ Installed Node.js
 ✓ Installed Golang
 ✓ Installed Tensorflow
 ✓ Cloned PhotoPrism
 - Building PhotoPrism...‼ ERROR 2@126 Unknown failure occured.

Previous versions of the script installed without error.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 21 (14 by maintainers)

Most upvoted comments

I had the same problem on I5-8500t

It was caused by : AVX variables containing multiple lines

root@photoprism:~# grep -o -m1 'avx[^ ]*' /proc/cpuinfo
avx
avx2

So tensorflow was not installed, and photoprism build failed.