Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install issue on crib #81

Open
geek-yang opened this issue May 23, 2023 · 0 comments
Open

pip install issue on crib #81

geek-yang opened this issue May 23, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@geek-yang
Copy link
Member

When trying to install pystemmusscope on crib with pip install pystemmusscope I got this error:

FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'

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.

Open a jupyter notebook and run the code below in a cell:
```python
!pip install pystemmusscope
```

@geek-yang geek-yang added the documentation Improvements or additions to documentation label May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant