mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #58] [BUG] Installation fails when using "D) Manual" on Linux Mint 19.3 Cinnamon #35
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#35
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 @mendel5 on GitHub (May 17, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/58
My system is running on Linux Mint 19.3 Cinnamon. I would like to install Whoogle using the method "D) Manual" as described in the README.md.
These steps have worked:
But when I run the next step
pip install -r requirements.txtI get this error:Can you help me?
@mendel5 commented on GitHub (May 17, 2020):
Found the mistake: I did not install the dependencies when starting with the installation.
In the README.md it currently says:
"If using Heroku Quick Deploy, you can skip this section."
I read a little bit too fast and skipped the section even though I was not using Heroku Quick Deploy...
This fixed it:
sudo apt-get install -y libcurl4-openssl-dev libssl-dev@mendel5 commented on GitHub (May 17, 2020):
In the meantime I got new errors about
bdist_wheelandPython.h:error: invalid command 'bdist_wheel'src/pycurl.h:5:10: fatal error: Python.h: No such file or directoryFixes:
@mendel5 commented on GitHub (May 17, 2020):
Now it works!