mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #66] [BUG] Whoogle cannot be installed with pip #45
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#45
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 @lol7344 on GitHub (May 22, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/66
Describe the bug
By typing:
I get this stack trace:
I have tried many options, such as:
None of which worked.
Running as root, or as any other user, does not make any difference.
(the requirements.txt file is set to 777 permissions. Pip shouldn't even need a requirements.txt file!)
System Info
Ubuntu 20.04 with Python3.8.2
@benbusby commented on GitHub (May 22, 2020):
You're misunderstanding the error.
setup.pyis supposed to read from the repo's requirements.txt file in order to avoid the redundant task of updating requirements in multiple places. This looks like it's caused by the new integration with Travis CI's pypi deployment, I'll switch back to manual for now since it seems something about the repo isn't being set up by them properly.@lol7344 commented on GitHub (May 22, 2020):
I have actually understood the error, and I have noticed that indeed my added args are not making any difference, because it is not reading the local requirements.txt. As I said,
pip installshould not need a requirements.txt file.However, I still wanted to try passing it as an arg, to see if it'd make any difference.
Thanks for such a fast reply, and for all the effort you're putting in this awesome project!
@benbusby commented on GitHub (May 22, 2020):
Gotcha. This should be fixed with the v0.1.4 tag I just pushed, but PyPi might not see the update for a bit. Wait a little while before trying to pull the latest version from pip again and make sure the version is the latest. Closing for now, but reopen if the latest version is still giving you issues -- I built the pip package locally first to verify that it works, so barring any weirdness from the automatic deployment through Travis, this should be fixed.