dell / omsdk

Dell EMC OpenManage Python SDK
Apache License 2.0
57 stars 20 forks source link

pip install from github repository fails #3

Open felixs88 opened 5 years ago

felixs88 commented 5 years ago

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