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

The wrf4g basic examples on the README raise errors #36

Open
cofinoa opened this issue Feb 12, 2021 · 0 comments
Open

The wrf4g basic examples on the README raise errors #36

cofinoa opened this issue Feb 12, 2021 · 0 comments
Assignees
Labels

Comments

@cofinoa
Copy link
Member

cofinoa commented Feb 12, 2021

@fernanqv The examples on the the README are not working.

Run wrf4g resource
  wrf4g resource
  shell: /usr/bin/bash -e {0}
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.8.7/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.7/x64/lib
Traceback (most recent call last):
  File "/usr/share/miniconda/bin/wrf4g", line 60, in <module>
    command = getattr( __import__( "wrf4g.commands.%s" %  args['<command>'] ).commands, args['<command>'] )
  File "/usr/share/miniconda/lib/python3.8/site-packages/wrf4g/commands/resource.py", line 39, in <module>
    from drm4g.commands       import Daemon, Resource
  File "/usr/share/miniconda/lib/python3.8/site-packages/drm4g/commands/__init__.py", line 33, in <module>
    from drm4g.managers    import rocci
  File "/usr/share/miniconda/lib/python3.8/site-packages/drm4g/managers/rocci/__init__.py", line 28, in <module>
    from utils                  import load_json
ModuleNotFoundError: No module named 'utils'
Error: Process completed with exit code 1.
@cofinoa cofinoa added the bug label Feb 12, 2021
@cofinoa cofinoa self-assigned this Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant