void-linux / void-linux/void-packages
geis-2.2.17_9: ModuleNotFoundError: No module named 'geis'
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 3.4k
- Forks
- 2.8k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 299
Description
System
- xuname:
Void 5.13.19_1 x86_64 GenuineIntel uptodate rrrrmdFFFFFF - package:
geis-2.2.17_9andgeis-python3-2.2.17_9
Description
Hiiiii!!1 🙂
I did a sudo xbps-install -Su followed by sudo xbps-install geis and tried to run geisview but got an error like this:
$ geisview
Traceback (most recent call last):
File "/bin/geisview", line 27, in <module>
import geis
ModuleNotFoundError: No module named 'geis'
I noticed that there is a python3 package so I tried to install it as well sudo xbps-install geis-python3 and now it complains about GTK and segfaults:
$ geisview
/usr/lib/python3.10/site-packages/geisview/classview.py:22: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk
Falha de segmentação
(last line means segfault)
Pythonsss 🐍🐍🐍
cc @Gottox
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing both geisview failures and inspect the /bin/geisview entry point alongside /usr/lib/python3.10/site-packages/geisview/classview.py. Compare the geis and geis-python3 package contents and GTK behavior; done means geisview starts without ModuleNotFoundError or a segmentation fault.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100