python setup.py install doesn't install dependencies
Bug #1751996 reported by
Rotem
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PBR |
Confirmed
|
Low
|
Unassigned |
Bug Description
$ git clone https:/
$ cd slash
$ python setup.py install
The above project uses pbr to manage its setup.py file. Installing it with pip seems to work ok, but installing via "setup.py install" ends up not installing any of the dependencies....
To post a comment you must log in.
I can confirm this behavior, although I will note that if you want dependency management then running setup.py install directly is not recommended (so this may have been intentional behavior, but I'm not sure). It's better to use pip install .