python - resolve the dependence conflict between root module and home module when using pip install -



python - resolve the dependence conflict between root module and home module when using pip install -

i want utilize pip install pytables @ home directory, needs cython 0.13 or greater compile. both pip , cython installed root @ /usr/local/packages/python/, cython version too old.

so installed latest version of cython using pip install cython --user. cython installed @ /home/$user/.local/lib/python2.7/site-packages/cython.

when type pip install tables --user, still referring old version of cython. how can tell pip utilize new version?

python pip

Comments

Popular posts from this blog

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -