1 | initial version |
The answer that comes back is the same in all cases:
ImportError
Traceback (most recent call last) <ipython-input-5-0562399c9de5> in <module> ----> 1 from sage.misc.temporary_file import TMP_DIR_FILENAME_BASEImportError: cannot import name 'TMP_DIR_FILENAME_BASE' from 'sage.misc.temporary_file' (/usr/lib/python3/dist-packages/sage/misc/temporary_file.py)