-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Failed Install Ubuntu 14.04 (Packaging error) #1086
Comments
Duplicate of #1080 |
fixed in #1083, waiting for testing and merge. In the meantime, I think you can address this by running |
@cromulus I've seen that you've responded the same to everyone, the problem here is that you can't run any command using pip, for some reason is broken, you have to reinstall python-request as I mentioned here: #1080 (comment) I've tried your method and pip always return that error message, so is not a problem of setuptools only. If you can check your fix commit and add this fix (install or re-install python3-request) would be nice. Cheers. |
The commit won't fix a broken system. The commit only enables new installations to work. I'll spin up a new vm to see if I can figure out a way to fix a broken system. The suggestion above came from the maintainers of pip itself, and they weren't certain it would fix things. The challenge is that the problem is a race condition, so it's unclear what state your particular machine is in. |
ok, I've fixed a broken box with this:
Once I get home, I'll again to ensure that this is the right fix. |
Yup. tested it on another clean VM. |
Fixed in v0.21c posted this morning. |
root@mail:~# curl -s https://mailinabox.email/setup.sh | sudo bash
FAILED: pip3 install email_validator>=1.0.0
Traceback (most recent call last):
File "/usr/bin/pip3", line 5, in
from pkg_resources import load_entry_point
File "/usr/local/lib/python3.4/dist-packages/pkg_resources/init.py", line 70, in
import packaging.version
ImportError: No module named 'packaging'
The text was updated successfully, but these errors were encountered: