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