You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over on Bioconda (bioconda/bioconda-recipes#33673 ) I'm running into the following issue with getting the most recent version to compile. In short, it appears there's a missing dependency:
ERROR: LoadError: ArgumentError: Module Distributed not found in current path.
Run `Pkg.add("Distributed")` to install the Distributed package.
Any clue how to ensure that Distributed gets installed (sorry, I'm not familiar with Julia)?
The text was updated successfully, but these errors were encountered:
Over on Bioconda (bioconda/bioconda-recipes#33673 ) I'm running into the following issue with getting the most recent version to compile. In short, it appears there's a missing dependency:
Any clue how to ensure that
Distributed
gets installed (sorry, I'm not familiar with Julia)?The text was updated successfully, but these errors were encountered: