facebookresearch / facebookresearch/verde
Conda environment creation error.
- Dominant language
- Python
- Stars
- 21
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Win10
conda create --name lattice_env --file F:\requirements.txt
InvalidArchiveError("Error with archive D:\\anaconda3\\pkgs\\perl-5.32.1-2_h7f98852_perl5.tar.bz2. You probably need to delete and re-download or re-create this file. Message was:\n\nfailed with error: [Errno 22] Invalid argument: 'D:\\\\anaconda3\\\\pkgs\\\\perl-5.32.1-2_h7f98852_perl5\\\\man\\\\man3\\\\Encode::Config.3'")
Methods that have been tried:
1. Run as administrator
2. full English path
3. Delete the corresponding files and reinstall.
4. Grant full control permissions to the Anaconda3 folder.
5. First create the environment, then install the packages in requirement.txt.
Contributor guide
Assessment
This issue has not been assessed yet.