Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- T:\>pip install gallery-dl
- ERROR: Exception:
- Traceback (most recent call last):
- File "C:\Python3-x64\lib\site-packages\pip\_internal\cli\base_command.py", line 164, in exc_logging_wrapper
- status = run_func(*args)
- File "C:\Python3-x64\lib\site-packages\pip\_internal\cli\req_command.py", line 205, in wrapper
- return func(self, options, args)
- File "C:\Python3-x64\lib\site-packages\pip\_internal\commands\install.py", line 294, in run
- wheel_cache = WheelCache(options.cache_dir, options.format_control)
- File "C:\Python3-x64\lib\site-packages\pip\_internal\cache.py", line 219, in __init__
- self._ephem_cache = EphemWheelCache(format_control)
- File "C:\Python3-x64\lib\site-packages\pip\_internal\cache.py", line 191, in __init__
- self._temp_dir = TempDirectory(
- File "C:\Python3-x64\lib\site-packages\pip\_internal\utils\temp_dir.py", line 125, in __init__
- path = self._create(kind)
- File "C:\Python3-x64\lib\site-packages\pip\_internal\utils\temp_dir.py", line 164, in _create
- path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-"))
- File "C:\PYTHON3-x64\LIB\tempfile.py", line 357, in mkdtemp
- prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
- File "C:\PYTHON3-x64\LIB\tempfile.py", line 126, in _sanitize_params
- dir = gettempdir()
- File "C:\PYTHON3-x64\LIB\tempfile.py", line 299, in gettempdir
- return _os.fsdecode(_gettempdir())
- File "C:\PYTHON3-x64\LIB\tempfile.py", line 292, in _gettempdir
- tempdir = _get_default_tempdir()
- File "C:\PYTHON3-x64\LIB\tempfile.py", line 224, in _get_default_tempdir
- raise FileNotFoundError(_errno.ENOENT,
- FileNotFoundError: [Errno 2] No usable temporary directory found in ['C:\\Users\\User\\AppData\\Local\\Temp', 'C:\\Users\\User\\AppData\\Local\\Temp', 'C:\\Users\\User\\AppData\\Local\\Temp', 'C:\\WINDOWS\\Temp', 'c:\\temp', 'c:\\tmp', '\\temp', '\\tmp', 'T:\\']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement