-
Notifications
You must be signed in to change notification settings - Fork 806
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
Cannot install pip install jupyter_contrib_nbextensions in cygwin #1043
Comments
This seems to be a failure to install he dependency psutils, could you post output of
Please? |
Running
Where the problem seems to be that psutil is not supported on cygwin (looking here and here). Is there be a way to simply bypass this package for Windows users using cygwin? |
Exactly. I don't really hunk we need psutils at all, given that all it's currently used for is a half-hearted check to see if a notebook server is already running, for which we should probably now use the jupyter server list app instead. But for now, it's a requirement for the install (not at runtime).
It is possible, though I don't think it's exactly simple. Essentially, install with the
|
Then, since you won't have psutils, I'm afraid the
Command, and even importing |
If you want to, you can install |
Thanks @juhasch, that's a better idea than mine! |
In Cygwin64, running
pip install https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master
outputs
Similar results when running
pip install jupyter_contrib_nbextensions
.The text was updated successfully, but these errors were encountered: