This repository has been archived by the owner on Jun 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 473
ImportError: cannot import name 'DependencyWarning' #80
Comments
Update: This was an issue in requests on Arch. Solved by reinstalling requests. |
@NickGeek, but how to do this with Solution for me: $ sudo pip uninstall requests
$ sudo pip install requests
$ sudo pip uninstall docopt
$ sudo pip install docopt |
I managed to fix this issue just by upgrading urllib3:
|
On Arch I always face problems to reconcile distro's packages with pip's packages. |
@alexandre-mbm I did it with the AUR package. |
thanks for your replies, fixed an issue regarding layman (on gentoo) thanks to you |
benblamey
added a commit
to HASTE-project/HarmonicIO
that referenced
this issue
Feb 5, 2018
It work for me Solution for me: $ sudo pip uninstall requests |
me too. thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting this error when running 'import telepot' on Python 3.5.1 on Arch Linux. It was working not too long ago but now it throws the following:
I'm running the latest version of Telepot (installed via pip)
The text was updated successfully, but these errors were encountered: