When installing Python and VC runtime library, the errors reported by many software are 0x80070660, saying that the temporary folder has no space or permission.
After detection, it is found that there is permission and space. Next solution
Solution:
Create the installer folder in the %windir% directory.
The following methods are from YouTube. I’ve tried them and they’re useless. They may be useful to others. Let’s put them here for the time being
Method 1: win10 system, run “troubleshooting” and restart
Method 2: run the following command and restart
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Method 3: rmdir/S/Q C: \ windows \ softwaredistribution \ download \ sharedfilecache
Method 4: Windows Update – & gt; Advanced options} turn off the “provide additional Microsoft product updates when updating windows” option and restart
Method 5: install VC runtime library_ redist. x[Arch]. exe
Read More:
- How to Install Mongdb4.X in Windows
- Macos: How to Solve cocoapods Install Error
- How to Solve Cython-bbox pip install Error
- How to Solve Oracle 11g Install Stuck 86% error on Linux
- Mac: How to Install homebrew, nginx, PHP and MySQL
- How to Install FFmpeg on Linux
- [Solved] gocad2017 Install error: The installation of MSVC_2010_SP1_x64_32bit has failed.
- Debian: How to install MariaDB
- How To Install Java with Apt-Get on Ubuntu 16.04
- How to Use pychar to run tensorflow and virtualenv (How to install tensorflow)
- Install the mxnet-gpu version to solve the problem of “OSError: libnccl.so.2” when importing
- How to Install MongoDB Community Edition Manually on mac and linux
- How To Install WordPress with LAMP on Ubuntu 16.04
- [Solved] Win10 install Ubuntu error: wslregisterdistribution failed with error: 0x8007019e
- How to Install PSSH in Centos7
- How to install PIL in Python 3
- [Solved] fbprophet Install Error: command ‘x86_64-apple-darwin13.4.0-clang‘ failed with exit status 254
- Docker: How to Install Nacos
- How to Sole cmd Install typeScript Error
- [Solved] K8s Install Error: docker-ce conflicts with 2:docker-1.13.1-208.git7d71120.el7_9.x86_64