Closed LeStarch closed 1 year ago
The current work around is:
mkdir ~/mytmp
TMPDIR=~/mytemp pip install ...
I can confirm that this is cumbersome in companies that have fairly high-security policies. We have to hack the FPP installation every time.
@LeStarch Is this issue fixed with the new way of installing FPP?
Should be, no more building in pip!
On some systems /tmp does not allow execution of executables for security reasons. This causes a permission denied during install. Ideally we'd avoid this style of execution.