Package Details: pixelflasher 6.9.2.6-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: 2
Popularity: 0.39
First Submitted: 2023-07-28 16:06 (UTC)
Last Updated: 2024-04-18 15:43 (UTC)

Latest Comments

yochananmarqos commented on 2024-02-18 15:46 (UTC)

@RunasSudo: What were you doing when you received that error?

RunasSudo commented on 2024-02-18 05:43 (UTC)

tk is a missing dependency:

  File "/usr/lib/python3.11/site-packages/PyInstaller/utils/hooks/tcl_tk.py", line 198, in _find_tcl_tk
    tk_dir = os.path.join(os.path.dirname(tcl_dir), f"tk{tk_version}")
                          ^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen posixpath>", line 152, in dirname
TypeError: expected str, bytes or os.PathLike object, not NoneType

yochananmarqos commented on 2023-12-30 20:53 (UTC)

@mountmutombo: Looks like it should be fixed with 6.5.2.0.

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!