flasher error out with 'Namespace' object has no attribute 'autoinstall'
When trying to run "pmbootstrap flasher flas_rootfs" I get this error:
ERROR: 'Namespace' object has no attribute 'autoinstall'
Here's the pmbootstrap log:
(059551) [13:29:38] Pmbootstrap v3.0.0_alpha (Python 3.12.3 (main, Sep 11 2024, 14:17:37) [GCC 13.2.0])
(059551) [13:29:38] $ pmbootstrap /home/standask/.local/bin/pmbootstrap flasher flash_rootfs
(059551) [13:29:38] % cd /home/standask/.local/var/pmbootstrap/cache_git/pmaports; git remote -v
(059551) [13:29:38] % cd /home/standask/.local/var/pmbootstrap/cache_git/pmaports; git show origin/master:channels.cfg
(059551) [13:29:38] ERROR: 'Namespace' object has no attribute 'autoinstall'
(059551) [13:29:38] See also: <https://postmarketos.org/troubleshooting>
(059551) [13:29:38] Traceback (most recent call last):
File "/home/standask/git/pmbootstrap/pmb/__init__.py", line 106, in main
run_command(args)
File "/home/standask/git/pmbootstrap/pmb/commands/__init__.py", line 71, in run_command
args.autoinstall,
^^^^^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'autoinstall'
Running pmbootstrap from git (commit 83d6a262)
- Ubuntu 24.04
- Python 3.12.3
Edited by Alexey Minnekhanov