We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Which I assume that means python can't find Easybuild stuff.
The text was updated successfully, but these errors were encountered: