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
when trying to run it, be with the demo command or a custom one, it errors with:
--- The parameter --aur-packages was empty, asking user for more questions
Any AUR packages to add to offline repo: yay
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/home/lune/archoffline/archoffline/main.py", line 16, in
archoffline.main()
File "/home/lune/archoffline/archoffline/init.py", line 613, in main
x.create_build_dir_for_conf(archinstall.arguments.get('archiso-conf', 'releng'))
File "/home/lune/archoffline/archoffline/init.py", line 258, in create_build_dir_for_conf
archinstall.log(f"==> Ensuring the Arch ISO configuration {archinstall.stylize_output(archiso_configuration, fg='teal')} build dir {archinstall.stylize_output(self._build_dir, fg='teal')} is setup properly.", level=logging.INFO)
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'archinstall' has no attribute 'stylize_output'
The text was updated successfully, but these errors were encountered:
when trying to run it, be with the demo command or a custom one, it errors with:
--- The parameter --aur-packages was empty, asking user for more questions
Any AUR packages to add to offline repo: yay
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/home/lune/archoffline/archoffline/main.py", line 16, in
archoffline.main()
File "/home/lune/archoffline/archoffline/init.py", line 613, in main
x.create_build_dir_for_conf(archinstall.arguments.get('archiso-conf', 'releng'))
File "/home/lune/archoffline/archoffline/init.py", line 258, in create_build_dir_for_conf
archinstall.log(f"==> Ensuring the Arch ISO configuration {archinstall.stylize_output(archiso_configuration, fg='teal')} build dir {archinstall.stylize_output(self._build_dir, fg='teal')} is setup properly.", level=logging.INFO)
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'archinstall' has no attribute 'stylize_output'
The text was updated successfully, but these errors were encountered: