rebornos app does not launch, any help would be appreciated.
Thanks
rebornos app does not launch, any help would be appreciated.
Thanks
@robodonster70
Which app are you referring to, could you add more details or screenshots? Is this about the FIRE app?
no itâs the welcome app
Ah. Which desktop environment are you on? Some of the desktop environments are very old and use Python2, which somehow interferes with the Python3 welcome app
i tried gnome,plasma6,cinnamon
Oh. Okay. Perhaps I have to recompile the libraries for the app and release a new version. I apologize. Could you do a test by running
rebornos-welcome
on a terminal? What output does it show?
@robodonster70
ModuleNotFoundError: No module named âpysettingâ
[phedont70@phedon-zenbookux462da ~]$ rebornos-welcome
Traceback (most recent call last):
File â/opt/rebornos-welcome/main.pyâ, line 26, in
from pysetting import JSONConfiguration # For reading and writing settings files
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named âpysettingâ
I see. I believe a Python update may have made the library unusable. The libraries need to be recompiled. I can do it within a day.
Currently, what do you intend to use the welcome app for? I can help you perform the same tasks without the welcome app until the update is released. Are you using it to launch the installer on the live ISO? Or do you want to install/launch an app?
nothing much Iâll wait for your recompile, let me know when
thanks alotâŚ
Hi @robodonster70 , could you please download Release v0.0.14 ¡ pvshvp-oss/pyrunning ¡ GitHub and Release v0.0.7 ¡ pvshvp-oss/pysetting ¡ GitHub , open a terminal and navigate to the folder you downloaded these files to, and install them with
sudo pacman -U python-pyrunning*.pkg* python-pysetting*.pkg*
yay -Syyu
And then try to launch the welcome app?
Hi,
I followed the steps but didnât work! is there a way to push it through on updates?
Could you please provide me some details so that I know what is wrong? Could you share the outputs of the below commands?
pacman -Q python-pyrunning
pacman -Q python-pysetting
pacman -Q python
rebornos-welcome
pacman -Q python-pysetting
pacman -Q python
rebornos-welcome
python-pyrunning 0.0.13-1
python-pysetting 0.0.6-1
python 3.12.3-1
Traceback (most recent call last):
File â/opt/rebornos-welcome/main.pyâ, line 26, in
from pysetting import JSONConfiguration # For reading and writing settings files
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
It looks like you were not able to successfully run the pacman -U
command to install the latest release from GitHub. The library packages still show the previous versions.
Did you encounter an error while installing them?
I donât think I did should I run the pacman -U command the same as before?
Thanks again for your help
Yeah. You should download the latest releases of both the libraries from Github and install them locally using pacman -U as indicated above. I have tested that they work fine on my system
In addtion the following error occur
No module named âpysettingâ
You should verify that the latest versions of python-pyrunning and python-pysetting are installed. 0.0.14 and 0.0.7
error: âpython-pyrunning*.pkg*â: could not find or read package
error: âpython-pysetting*.pkg*â: could not find or read package
Check if you have navigated to the directory you downloaded the files in. Usually you can do that with
cd ~/Downloads