Invalidarchiveerror reported by CONDA and its solution
1. CONDA error: invalidarchiveerror 2. Solution (windows and MAC)
1. CONDA error: invalidarchiveerror
1) It may appear during the installation process
2) when creating a virtual environment (when I help others create it)
2. Solutions (windows and MAC)
1) Windows computer:
go to Anaconda installation path to find anaconda3 folder, right-click to select Properties – & gt; security – & gt; select current computer user – & gt; edit, check write permission – & gt; save, wait for security information to be written, and then re execute.
2) MAC:
change the permission of anaconda3 folder to my user name, and then there is no error in the installation package.
sudo chown -R my_ user_ Name anaconda3/
after installation, you can change the permissions back.
sudo chown -R root anaconda3/
Note: it is useless to delete files or folders manually. You need to change the folder permissions to solve this problem.
Read More:
- OS error reported by Python: [errno 22] invalid argument
- Solution to errors reported by TES command in vscode – errors reported by typescript command
- Handling of expression not in group by key [value] reported by hive on October 12, 2020
- Process of checking the error of connection reset by peer reported by reactor netty
- CONDA creating virtual environment and common CONDA commands
- RemoveError: ‘setuptools’ is a dependency of conda and cannot be removed from conda’s operatin
- RemoveError: ‘requests’ is a dependency of conda and cannot be removed from conda’s operating enviro
- RemoveError: ‘requests‘ is a dependency of conda and cannot be removed from conda‘s operating env
- Removeerror: ‘requests’ is a dependency of CONDA and cannot be removed from CONDA’s o
- conda install failed: conda.core.subdir_ data.Response304ContentUnchanged Python cannot be installed
- RuntimeError: cuda runtime error (100) : no CUDA-capable device is detected at /opt/conda/conda-bld/
- CONDA upgrade command: upgrade CONDA, anaconda and various packages
- Solution of 500 internal server error reported by [SVN] TortoiseSVN
- Solution to the error cannot resolve symbol reported by build.sbt
- Feignexception $unauthorized is reported by introducing security call service
- Solution to parse error at “IID” reported by QT
- “2003” error reported by sqlyog for Linux remote connection solution
- Error reported by gulp: referenceerror: primordials is not defined
- Error reported by RNG when compiling StVO pl
- For the installation of anaconda3 in manjaro system, after the update (CONDA update — all), the terminal prompts an error and cannot execute CONDA related commands