You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because pip is install at /usr/local/bin/pip.
By adding the --user flag pip install --user pystemmusscope, this will work. It would be better if we add an extra instruction in the installation_instructions.md, for those who are not familiar with the cluster system.
When trying to install
pystemmusscope
oncrib
withpip install pystemmusscope
I got this error:This is because pip is install at
/usr/local/bin/pip
.By adding the
--user
flagpip install --user pystemmusscope
, this will work. It would be better if we add an extra instruction in theinstallation_instructions.md
, for those who are not familiar with the cluster system.STEMMUS_SCOPE_Processing/docs/installation_instructions.md
Lines 39 to 43 in 8eb8c73
The text was updated successfully, but these errors were encountered: