6
meow@te:~# pyvenv-3.4 v
Error: Command '['/meow/v/bin/python3.4', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1

I thought it was fixed. I've done update and upgrade, did reboot after updating all the latest fixes since release. I still hit this problem.

Thoughts? pyvenv-3.4 error: returned non-zero exit status 1

user423455
  • 171
  • 5
  • At this point it's just way easier to download the source, build, and install it myself – Wayne Werner Sep 10 '14 at 21:15
  • Still broken, discussion here: https://bugs.launchpad.net/ubuntu/+source/python3.4/+bug/1290847 – clacke Dec 16 '14 at 16:57
  • possible duplicate of [pyvenv-3.4 error: returned non-zero exit status 1](http://askubuntu.com/questions/488529/pyvenv-3-4-error-returned-non-zero-exit-status-1) – Denilson Sá Maia Mar 01 '15 at 15:24

1 Answers1

2

Yes, still broken on Ubuntu 14.04, as I mentioned in this other answer. You can see the Ubuntu bug 1290847.

See my Gist on GitHub for more details and more links.

Denilson Sá Maia
  • 2,919
  • 1
  • 23
  • 21