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
Post a Comment