Package Details: pixelflasher 7.9.0.3-1

Git Clone URL: https://aur.archlinux.org/pixelflasher.git (read-only, click to copy)
Package Base: pixelflasher
Description: Pixel phone flashing GUI utility with features.
Upstream URL: https://github.com/badabing2005/PixelFlasher
Licenses: GPL-3.0-or-later
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 5
Popularity: 0.66
First Submitted: 2023-07-28 16:06 (UTC)
Last Updated: 2025-01-16 17:49 (UTC)

Latest Comments

« First ‹ Previous 1 2

mountmutombo commented on 2023-12-30 17:31 (UTC)

Get this error when trying to open the Magisk Manager

Traceback (most recent call last): File "Main.py", line 3015, in _on_magisk dlg = MagiskModules(parent=self, config=self.config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "magisk_modules.py", line 161, in init self.PopulateList() File "magisk_modules.py", line 309, in PopulateList self.list.CheckItem(index, check=True) wx._core.wxAssertionError: C++ assertion ""HasCheckBoxes()"" failed at /usr/src/debug/wxwidgets/wxWidgets-3.2.4/src/generic/listctrl.cpp(3968) in CheckItem(): checkboxes are disabled

olliver commented on 2023-10-15 15:37 (UTC) (edited on 2023-10-15 15:44 (UTC) by olliver)

python-psutil seems to be a missing dependency

Traceback (most recent call last):
  File "PixelFlasher.py", line 3, in <module>
  File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module
  File "Main.py", line 28, in <module>
  File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module
  File "advanced_settings.py", line 6, in <module>
  File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module
  File "runtime.py", line 18, in <module>
ModuleNotFoundError: No module named 'psutil'
[206188] Failed to execute script 'PixelFlasher' due to unhandled exception!

but also python-platformdirs

Traceback (most recent call last):
  File "PixelFlasher.py", line 3, in <module>
  File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module
  File "Main.py", line 28, in <module>
  File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module
  File "advanced_settings.py", line 6, in <module>
  File "PyInstaller/loader/pyimod02_importers.py", line 391, in exec_module
  File "runtime.py", line 25, in <module>
ModuleNotFoundError: No module named 'platformdirs'
[214474] Failed to execute script 'PixelFlasher' due to unhandled exception!