Skip to content

The wrf4g basic examples on the README raise errors #36

@cofinoa

Description

@cofinoa

@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.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions