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 from github repository fails #3

Open
felixs88 opened this issue Apr 17, 2019 · 0 comments
Open

pip install from github repository fails #3

felixs88 opened this issue Apr 17, 2019 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@felixs88
Copy link
Collaborator

QwikContext

pip install from github repository fails

Details

anupam@ubuntu:~/workspace$ pip install git+https://github.com/dell/omsdk.git
Collecting git+https://github.com/dell/omsdk.git
  Cloning https://github.com/dell/omsdk.git to /tmp/pip-xvprwQ-build
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    IOError: [Errno 2] No such file or directory: '/tmp/pip-xvprwQ-build/setup.py'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-xvprwQ-build/

Repro Steps

Try running the pip command listed in above section for installing omsdk module from github repository

Impact

I prefer to use pip to install the python modules from github branch directly as that is so much easy than cloning the branch, building the wheels package and then use pip to install the wheels package.

NeedBy

Immediately

Severity

Severity 3 - Low

@felixs88 felixs88 added bug Something isn't working enhancement New feature or request labels Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant