Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix version of libarchive If I try to set up a clean environment on linux I get essentially this error: conda/conda#8838 when trying to import NNPDF, which as said on the issue gets solved if one installs libiconv manually. Indeed checking libarchive with ldd I see that it is asking for libiconv and not finding it. It seems there is some amount of dancing around of dancing around in the conda forge channel with it being added conda-forge/libarchive-feedstock#36 and then removed conda-forge/libarchive-feedstock#59 and seems that that somehow can result in an incompatible environment. Pin the version to one that works.
- Loading branch information