NII-cloud-operation / sshkernel

SSH Kernel for Jupyter
BSD 3-Clause "New" or "Revised" License
71 stars 14 forks source link

Could not install with ipykernel >= 5.0.0 #26

Closed kraeml closed 3 years ago

kraeml commented 3 years ago

I would install sshkernel on Ubuntu1804 but sshkernel requires an older version. May sshkernel would run with ipykernel >= 5.0.0

pip install -U sshkernel

Collecting sshkernel
  Downloading https://files.pythonhosted.org/packages/53/66/cecadb8f0f613c4daf62945d87e2ef056e0924c450646a551c54f2cf51a6/sshkernel-0.11.0.tar.gz
Collecting ipykernel>=5.0.0 (from sshkernel)
  Could not find a version that satisfies the requirement ipykernel>=5.0.0 (from sshkernel) (from versions: 4.0.1, 4.0.2, 4.0.3, 4.1.0, 4.1.1, 4.2.0, 4.2.1, 4.2.2, 4.3.0, 4.3.1, 4.4.0, 4.4.1, 4.5.0, 4.5.1, 4.5.2, 4.6.0, 4.6.1, 4.7.0, 4.8.0, 4.8.1, 4.8.2, 4.9.0, 4.10.0, 4.10.1)
No matching distribution found for ipykernel>=5.0.0 (from sshkernel)
kraeml commented 3 years ago

My fault. I have to install it with:

python3 -m pip install sshkernel

then the ipykernel is right.

I close this issue.