pip install and python setup.py behave differently -


i have setup.py compiles c code using gcc. installs binary.

when using python setup.py install, binary runs fine.

when using pip install package,

/lib/i386-linux-gnu/libc.so.6: version `glibc_2.0' not found 

does know why case , how can work around issue?

thanks.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -