Quantcast
Channel: pip error calling lsb_release when installing new package - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by fcm for pip error calling lsb_release when installing new package

You did not mention your Python version(s) available on your system.Not sure how this happen, but often 'lsb_version' is available to run on python v2 and others on v3.Most likely you have a multiple...

View Article



Answer by Sebastián Martínez Bas for pip error calling lsb_release when...

You can just use default lsb_release or perhaps a bit modified version: 1 #!/bin/bash171 [ -z "$LSB_VERSION" ] && LSB_VERSION="1.4"172 #$MSG_NA

View Article

Answer by languitar for pip error calling lsb_release when installing new...

It seems your lsb_release binary is broken. Try to reinstall lsb-release (ubuntu or debian package).

View Article

pip error calling lsb_release when installing new package

I'm trying to configure 2 Ubuntu servers to use Python and Tensorflow for my project. I finished the 1st server, however, there are some very unusual and annoying errors with the 2nd one. This is the...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images