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
resource is a UNIX only builtin module - need to figure a way for windows
>>> import anta.cli.nrfu
Traceback (most recent call last):
File "<python-input-5>", line 1, in <module>
import anta.cli.nrfu
File "C:\Users\user\AppData\Local\Programs\Python\Python313\Lib\site-packages\anta\cli\nrfu\__init__.py", line 12, in <module>
from anta.cli.nrfu import commands
File "C:\Users\user\AppData\Local\Programs\Python\Python313\Lib\site-packages\anta\cli\nrfu\commands.py", line 16, in <module>
from .utils import print_jinja, print_json, print_table, print_text, run_tests, save_markdown_report, save_to_csv
File "C:\Users\user\AppData\Local\Programs\Python\Python313\Lib\site-packages\anta\cli\nrfu\utils.py", line 23, in <module>
from anta.runner import main
File "C:\Users\user\AppData\Local\Programs\Python\Python313\Lib\site-packages\anta\runner.py", line 11, in <module>
import resource
The text was updated successfully, but these errors were encountered:
resource
is a UNIX only builtin module - need to figure a way for windowsThe text was updated successfully, but these errors were encountered: