I want to install tensorflow 2.6 (pip install --quiet tensorflow=2.6.0 ) in my env, because I get the error "ModuleNotFoundError: No module named 'tensorflow'".
I tried to put it into a log file, cause I got to much output and the console stops working, but that didn't work.
So I tried the --quiet, sadly still doesnt work.
When I try to, I get the error " File "/usr/lib/python3.8/tempfile.py", line 357, in _get_default_tempdir raise FileNotFoundError(_errno.ENOENT, FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/lorenzostolk'] ".
Does someone know a fix?