-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I fully uninstall it and install again... #15
Comments
Hm,try doing
|
before doing that, I've found that biblehub here is installed in system-wide way. ll /usr/local/bin/biblehub and ll /home/vagner/.local/lib/python3.10/site-packages/bin/biblehub I think I have to clean up all traces of biblehub in /usr/local/lib/python3.10/dist-packages/biblehub-2.0.1.dist-info/ I did that once, but I used "rm -fr" and installed it as as normal use with pip3, |
Hm. One thing I would always recommend is never trying to manually do package management, that will always cause problems haha. If you want to uninstall something you installed with sudo, you would do I'm not really sure what you could to fix this. If the biblehub executable is not on your path, you could try to just install it for the user then it'll have the same affect |
I am getting these errors:
How can I fully uninstall it and install again.
I am getting these errors:
biblehub find Matthew 2:4
Traceback (most recent call last):
File "/home/vagner/.local/bin/biblehub", line 6, in
from biblehub import get_versions, find_verse, search, styling, parse_str, find_passage
File "/home/vagner/.local/lib/python3.10/site-packages/biblehub/init.py", line 1, in
from biblehub.scrape_verses import find_verse, get_versions
File "/home/vagner/.local/lib/python3.10/site-packages/biblehub/scrape_verses.py", line 1, in
import requests
File "/home/vagner/.local/lib/python3.10/site-packages/requests/init.py", line 63, in
from . import utils
File "/home/vagner/.local/lib/python3.10/site-packages/requests/utils.py", line 29, in
from .cookies import RequestsCookieJar, cookiejar_from_dict
File "/home/vagner/.local/lib/python3.10/site-packages/requests/cookies.py", line 174, in
class RequestsCookieJar(cookielib.CookieJar, collections.MutableMapping):
AttributeError: module 'collections' has no attribute 'MutableMapping'
It is installed, though
$ which biblehub
/home/vagner/.local/bin/biblehub
The text was updated successfully, but these errors were encountered: