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
$ pip3 install wenvkernel
Collecting wenvkernel
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/wenvkernel/
From github
pip3 install git+https://github.com/pleiszenburg/wenv-kernel.git@develop
Collecting git+https://github.com/pleiszenburg/wenv-kernel.git@develop
Cloning https://github.com/pleiszenburg/wenv-kernel.git (to revision develop) to /tmp/pip-req-build-cc60l_eq
Did not find branch or tag 'develop', assuming revision or ref.
error: pathspec 'develop' did not match any file(s) known to git
Command "git checkout -q develop" failed with error code 1 in /tmp/pip-req-build-cc60l_eq
The text was updated successfully, but these errors were encountered:
I wasn't able to install wenv-kernel successfully
From pypi
$ pip3 install wenvkernel Collecting wenvkernel Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/wenvkernel/
From github
The text was updated successfully, but these errors were encountered: