Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easyblock-less easyconfigs make easy_update unhappy, too. #27

Open
surak opened this issue Aug 9, 2020 · 0 comments
Open

Easyblock-less easyconfigs make easy_update unhappy, too. #27

surak opened this issue Aug 9, 2020 · 0 comments

Comments

@surak
Copy link
Contributor

surak commented Aug 9, 2020

For example, the latest R has no declaration of an easyblock: https://github.com/easybuilders/easybuild-easyconfigs/blob/develop/easybuild/easyconfigs/r/R/R-4.0.0-foss-2020a.eb

But I get this:

./easy_annotate.py R-4.0.2-gpsmkl-2020.eb 
Traceback (most recent call last):
  File "./easy_annotate.py", line 273, in <module>
    main()
  File "./easy_annotate.py", line 258, in main
    eb = FrameWork(args)
  File "/p/project/cjsc/a.strube/easy_update/framework.py", line 83, in __init__
    self.detect_language(eb)
  File "/p/project/cjsc/a.strube/easy_update/framework.py", line 153, in detect_language
    if eb.easyblock == 'PythonPackage' or eb.easyblock == 'PythonBundle':
AttributeError: 'module' object has no attribute 'easyblock'

Which I assume that means python can't find Easybuild stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant