- Edited
Hi,
I have a problem installing artiq via conda. I get the following error message when installing all the required packages right after
conda create -n artiq artiq
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful attempt using repodata from current_repodata.json, retrying with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: done
list of all the packages
Proceed ([y]/n)? y
Downloading and Extracting Packages
InvalidArchiveError('Error with archive C:\\Users\\schwa\\anaconda3\\pkgs\\lld-14.0.6-hcdb6601_1.conda. You probably need to delete and re-download or re-create this file. Message was:\n\nfailed with error: seeking backwards is not allowed')
I could not find any insightful help online or in the forum here.
I have already tried a complete reinstall of conda and it didn't work. This issue seems to be related to lld/llvm and I was wondering if anyone can help me fix this?
Thanks!