easybuilders / easybuild

EasyBuild - building software with ease
http://easybuild.io
GNU General Public License v2.0
461 stars 143 forks source link

diagnosing missing dependencies #835

Closed LukeLabrie closed 1 year ago

LukeLabrie commented 1 year ago

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.

LukeLabrie commented 1 year ago

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