-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flatpak instal does not run on latest manjaro #1023
Comments
Understood the problem now: wrong arch (its a raspberry pi, armhf, not a x86_64 computer... will try to run the python form) |
There's support for arm now? If no, I must reinstall it in python module (I don know what happened: the module seems to not exists anymore... maybe is something related to the distro update) |
figured out what happened: the $HOME/lib/python3.9/site-packages/ changed to $HOME/lib/python3.10/site-packages/ on OS update :P |
now the problem changed: $ PYTHONPATH='/home/fbobraga/.local/lib/python3.9/site-packages' python -m gourmet |
so, I download last release and try to reinstall: $ python setup.py install |
trying to install with 'master': $ python setup.py install The following error occurred while trying to add or remove files in the
The installation directory you specified (via --install-dir, --prefix, or
Perhaps your account does not have write access to this directory? If the For information on other options, you may wish to consult the https://setuptools.readthedocs.io/en/latest/deprecated/easy_install.html Please make the appropriate changes for your system and try again. |
installed with sudo and: $ python -m gourmet |
installing missing module: $ python -m pip install argcomplete |
I must install 'sqlachemy' module too: $ python -m pip install argcomplete sqlalchemy |
trying to run now: $ python -m gourmet ...but: $ python -m pip install PIL how solve this now? |
searching on internet, I found some sites tell to use module 'pillow' istead of 'PIL' (I needed to install module 'bs4' too, which 'pillow' depends...): now the error trying to run is this: $ python -m gourmet The above exception was the direct cause of the following exception: Traceback (most recent call last): ... any ideas what is causing this error? |
Trying to run after install (based on https://github.com/thinkle/gourmet/blob/master/INSTALL.md):
[fbobraga@pi4 ~]$ /usr/bin/flatpak run --branch=master --arch=x86_64 --command=gourmet io.github.thinkle.Gourmet
bwrap: execvp ldconfig: Exec format error
erro: ldconfig falhou, status de saída 256
[fbobraga@pi4 ~]$
The text was updated successfully, but these errors were encountered: