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

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

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -