Search Criteria
Package Details: python-gaphor 2.27.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-gaphor.git (read-only, click to copy) |
---|---|
Package Base: | python-gaphor |
Description: | Simple and easy to use modeling tool for UML using GTK |
Upstream URL: | https://github.com/gaphor/gaphor |
Keywords: | diagram diagrams gtk gtk4 gui python python3 uml |
Licenses: | Apache |
Conflicts: | python-gaphas |
Provides: | gaphor |
Submitter: | actionless |
Maintainer: | actionless (fanninpm, nomisge) |
Last Packager: | nomisge |
Votes: | 5 |
Popularity: | 0.46 |
First Submitted: | 2020-03-30 09:39 (UTC) |
Last Updated: | 2024-10-11 10:58 (UTC) |
Dependencies (26)
- gtksourceview5 (gtksourceview-gitAUR)
- python-babel
- python-better-exceptionsAUR
- python-cairo (python-cairo-gitAUR)
- python-defusedxml (python-defusedxml-gitAUR)
- python-dulwich
- python-gaphasAUR (python-gaphas-gitAUR)
- python-genericAUR
- python-gobject (python-gobject-gitAUR)
- python-jedi
- python-pillow (python-pillow-gitAUR)
- python-pydot
- python-tinycss2
- gendesk (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-hypothesis (check)
- python-pytest (check)
- python-pytest-archonAUR (check)
- python-pytest-mock (check)
- python-sphinx (python-sphinx-gitAUR) (check)
- python-types-docutilsAUR (check)
- python-xdoctestAUR (check)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR) (check)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
qruqs commented on 2022-05-08 10:00 (UTC)
@actionless: Restart, as in restarting the system. Most likely because of some fancy thing not installed prior.
@those_who_have_problems: As a general rule if you run into problems and an application refuse to start, always check if it is possible to start the application using the Terminal. You often get information output to stderr and you may be able to see what is missing and/or what otherwise might have gone wrong. I know many seem to forget it exists as an option. Maybe not always, but it often does.
If you have problems with a Python application (as in this case), you could try installing it via PyPi: https://pypi.org/project/gaphor/
First, if you are unsure how to use Python at the prompt, I suggest you do this first:
If the above line gives you a result with no errors at the $ prompt, something like "3.10.4 (main, Mar 23 2022, 23:05:40) [GCC 11.2.0]", try installing gaphor using:
Normal behavior is that it, at the very least, should pull in any missing Python packages. The application will install in your home directory, no need for root/sudo.
If the application needs things that aren't Python related, you might have to investigate further what is missing, e.g. by trying to start it via the Terminal, as previously mentioned.
Here's my install session, for those who never done any of this (imagine inverted colors):
I suspect the first handful of lines come from the AUR package I used before. Those may have to be updated in the future.
And the following is from selecting to start gaphor at the prompt and invoking a session with SysML:
Everything seems to be working okay.
If you later regret installing it, there is an uninstall command with pip you can use, or if you feel adventurous, simply delete everything (belonging to gaphor, that is ;) from the local directory where it was installed.
himan commented on 2022-04-13 07:00 (UTC)
Wild_Penguin commented on 2022-04-06 20:39 (UTC)
I've never had python-gaphas installed before trying python-gaphor before, it was installed yesterday. I've checked and it is up-to-date (3.6.0-3).
I've also checked in case there are any other packages from AUR and all are up-to-date (just in case there is something else in the chain with non-versioned dependencies).
actionless commented on 2022-04-06 13:02 (UTC)
python-gaphas is aur package, so if you checking system updates with just pacman - you might not be aware if it's out of date, so better just double-check the version number manually
Wild_Penguin commented on 2022-04-06 12:55 (UTC)
The system is up to date (of course).
Seems like no one has any idea.
I have abandoned using this software since I found another (and quite probably more fitting to my needs) UML editor, so I will not be investigating further for the time being.
actionless commented on 2022-04-06 10:13 (UTC)
idk - mb you have python-gaphas or some other python package out of date
Wild_Penguin commented on 2022-04-06 10:06 (UTC)
@actionless apologies for the poorly formed question. The question was/is, is this happening for others, too, or am I the only one? Obviously something is wrong since it fails at tests.
The complete log is very long and can not be pasted here, and can be found here: http://ix.io/3UrR
Build with
makepkg -Ls
Apologies for the color codes at the prepare phase (not sure why makepkg decides to put them in a log file).
actionless commented on 2022-04-05 11:57 (UTC)
@qruqs, restart of what?
actionless commented on 2022-04-05 11:56 (UTC)
@Wild_Penguin yup you at least missing the reason of why
18 failed
thereWild_Penguin commented on 2022-04-05 11:55 (UTC)
The package does not install, but fails at tests. Am I missing something?
« First ‹ Previous 1 2 3 4 Next › Last »