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

Issue for ANTA v1.1.0 on Windows #917

Open
gmuloc opened this issue Nov 7, 2024 · 0 comments · May be fixed by #919
Open

Issue for ANTA v1.1.0 on Windows #917

gmuloc opened this issue Nov 7, 2024 · 0 comments · May be fixed by #919
Milestone

Comments

@gmuloc
Copy link
Collaborator

gmuloc commented Nov 7, 2024

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
@gmuloc gmuloc added this to the v1.2.0 milestone Nov 7, 2024
@gmuloc gmuloc linked a pull request Nov 7, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant