You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
@fernanqv The examples on the the README are not working.
The text was updated successfully, but these errors were encountered: