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

Trouble installing via pip #1

Open
stuaxo opened this issue Dec 18, 2019 · 2 comments
Open

Trouble installing via pip #1

stuaxo opened this issue Dec 18, 2019 · 2 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@stuaxo
Copy link

stuaxo commented Dec 18, 2019

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

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
@s-m-e
Copy link
Member

s-m-e commented Dec 19, 2019

The package is not yet on PyPI (see broken badges). It also does not yet have a develop branch. I ran out of time and did not release it properly :/

At the moment, you can install from master:

pip install git+https://github.com/pleiszenburg/wenv-kernel.git@master

@s-m-e s-m-e added bug Something isn't working documentation Improvements or additions to documentation labels Dec 19, 2019
@s-m-e
Copy link
Member

s-m-e commented Dec 19, 2019

Do not forget to run python -m wenvkernel.install once after pip install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants