Tomas Balciunas
02/14/2022, 8:51 PMpip install --prefix=/install .
gives an error:
error: could not create '/install': Read-only file system
. Seems like the error is happening because it's trying to install at the root file level /
macos won't let you install anything there but it was generated like this so I think I'm missing something.Nathan Gille
02/15/2022, 2:33 AMTitas Skrebė
02/15/2022, 5:50 PMTitas Skrebė
02/15/2022, 5:50 PMdocker build .
and that's where it errors