easybuilders/easybuild

diagnosing missing dependencies

LukeLabrie opened this issue · 1 comments

Getting the missing dependency error below:

ERROR: Missing dependencies: future/0.18.2-foss-2020a (no easyconfig file or existing module found)

however, this is not listed as a dependency in my easyconfig. Almost all of the dependencies I have in my easyconfig have configs that are available in the easybuild/easyconfigs. For the ones that don't, I have added them, and for the configs I added, the dependencies are only using those available in easybuild/easyconfigs. So theoretically all easyconfigs should be available for all dependencies. How can I figure out where this dependency is being listed? Currently, I can't even find why it's looking for this one.

solved this by moving the required easyconfig to /usr/bin/easybuild/easyconfigs. I had thought that easybuild also looks for it in you current directory, but apparently not