User talk:Sanglorian

From Tuxepedia
Jump to navigation Jump to search

Error dump[edit source]

Command 'pip' not found, but can be installed with: sudo apt install python3-pip


Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: pip in /usr/lib/python3/dist-packages (22.0.2) Collecting pip

 Downloading pip-23.1.2-py3-none-any.whl (2.1 MB)
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 4.8 MB/s eta 0:00:00

Collecting pygame-menu-ce

 Downloading pygame_menu_ce-4.4.3-py3-none-any.whl (1.4 MB)
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 3.0 MB/s eta 0:00:00

Collecting typing-extensions

 Downloading typing_extensions-4.5.0-py3-none-any.whl (27 kB)

Collecting pygame-ce>=2.2.0

 Downloading pygame_ce-2.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB)
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 4.1 MB/s eta 0:00:00

Collecting pyperclip

 Downloading pyperclip-1.8.2.tar.gz (20 kB)
 Preparing metadata (setup.py) ... done

Building wheels for collected packages: pyperclip

 Building wheel for pyperclip (setup.py) ... done
 Created wheel for pyperclip: filename=pyperclip-1.8.2-py3-none-any.whl size=11137 sha256=23ae1f2709d977a3930aef8e799e549a5772363f2100edb28b46e53b86e07401
 Stored in directory: /home/bb/.cache/pip/wheels/04/24/fe/140a94a7f1036003ede94579e6b4227fe96c840c6f4dcbe307

Successfully built pyperclip Installing collected packages: pyperclip, typing-extensions, pygame-ce, pip, pygame-menu-ce

 WARNING: The scripts pip, pip3 and pip3.10 are installed in '/home/bb/.local/bin' which is not on PATH.
 Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

Successfully installed pip-23.1.2 pygame-ce-2.2.1 pygame-menu-ce-4.4.3 pyperclip-1.8.2 typing-extensions-4.5.0

flatpak run org.tuxemon.Tuxemon pygame 2.1.2 (SDL 2.0.16, Python 3.9.9) Hello from the pygame community. https://www.pygame.org/contribute.html pygame-menu 4.2.8 Enabling logging of all modules. Traceback (most recent call last):

 File "/app/bin/org.tuxemon.Tuxemon.py", line 49, in <module>
   main.main(load_slot=args.slot)
 File "/app/share/Tuxemon/tuxemon/main.py", line 90, in main
   client.main()
 File "/app/share/Tuxemon/tuxemon/client.py", line 325, in main
   update(clock_tick)
 File "/app/share/Tuxemon/tuxemon/client.py", line 361, in update
   key_events = list(self.process_events(events))
 File "/app/share/Tuxemon/tuxemon/client.py", line 264, in process_events
   game_event = self._send_event(game_event)
 File "/app/share/Tuxemon/tuxemon/client.py", line 291, in _send_event
   maybe_game_event = state.process_event(game_event)
 File "/app/share/Tuxemon/tuxemon/menu/menu.py", line 106, in process_event
   self.menu.update([pygame_event])
 File "/app/lib/python3.9/site-packages/pygame_menu/menu.py", line 2437, in update
   selected_widget.update(events):
 File "/app/lib/python3.9/site-packages/pygame_menu/widgets/widget/button.py", line 214, in update
   self.apply()
 File "/app/lib/python3.9/site-packages/pygame_menu/widgets/core/widget.py", line 1258, in apply
   return self._onreturn(*args, **self._kwargs)
 File "/app/share/Tuxemon/tuxemon/client.py", line 624, in replace_state
   return self.state_manager.replace_state(state_name, **kwargs)
 File "/app/share/Tuxemon/tuxemon/state.py", line 610, in replace_state
   instance = self.push_state(state_name, **kwargs)
 File "/app/share/Tuxemon/tuxemon/state.py", line 552, in push_state
   instance = self._instance(state_name, **kwargs)
 File "/app/share/Tuxemon/tuxemon/state.py", line 330, in _instance
   return state(**kwargs) if kwargs else state()
 File "/app/share/Tuxemon/tuxemon/states/phone/__init__.py", line 155, in __init__
   self.add_menu_items(self.menu, menu_items_map)
 File "/app/share/Tuxemon/tuxemon/states/phone/__init__.py", line 104, in add_menu_items
   menu.add.banner(

AttributeError: 'WidgetManager' object has no attribute 'banner'