mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #488] [BUG] Whoogle fails to start on Archlinux after sucessful installation with pipx - problem with libffi ? crypto ? #316
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#316
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @m040601 on GitHub (Oct 26, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/488
Describe the bug
Whoogle fails to start on Archlinux after successfull installation with pipx -problem with libffi ? crypto ?
To Reproduce
For some months now I've been testing whoogle search on Archlinux.
From all the installation methods, I've been using:
pipx install --verbose whoogle-searchIt has worked without a problem in the last months.
It stopped working a few days ago.
That is, it seems to install fine just like before.
But then after installation trying to start it:
Deployment Method
Version of Whoogle Search
Desktop (please complete the following information):
Archlinux
Linux 5.14.14-arch1-1 #1 SMP PREEMPT Wed, 20 Oct 2021 21:35:18 +0000 x86_64 GNU/Linux
Additional context
Add any other context about the problem here.
I see also this error message "libffi" in this issue, Manjaro update breaks Whoggle · Issue #476 · benbusby/whoogle-search
And since Archlinux and Manjaro are related, I strongly suspect it might be the same issue. But I'm not sure.
https://github.com/benbusby/whoogle-search/issues/476
@benbusby commented on GitHub (Oct 27, 2021):
Seems like this is likely the same issue described in the other one you referenced. In any case, since this isn't an actual "bug" with Whoogle itself, I'm going to move this to a discussion instead and maybe others can chime in with what fixed it.
Alternatively you could try installing the latest test pypi package of the app and see if that gives you the same error: https://test.pypi.org/project/whoogle-search/ -- if that works, I'll push a new version to regular pip. There were a couple libraries (unrelated to crypto) that were updated, so maybe there's some weird issue going on with that.