If its because of an Error like "ValueError: --enable-jpeg requested but jpeg not found, aborting² triggered by a dependency pull of Python pillow which then I got around it by doing an ³apt-get install libjpeg-dev² on my ubuntu build. I agree its seemed odd when it happened on tox but not on pip but I noticed it was during the documentation tests.
On 10/1/15, 7:20 PM, "Michal Rostecki" <[email protected]> wrote: >Hi, > >On Wed, Sep 30, 2015 at 2:27 PM, Vikas Choudhary ><[email protected]> wrote: >> Hi, >> >> I tried to generate sample kuryr.using "tox -e genconfig", but it is >> failing: >> >> genconfig create: /home/vikas/kuryr/.tox/genconfig >> genconfig installdeps: -r/home/vikas/kuryr/requirements.txt, >> -r/home/vikas/kuryr/test-requirements.txt >> ERROR: could not install deps [-r/home/vikas/kuryr/requirements.txt, >> -r/home/vikas/kuryr/test-requirements.txt] >> ___________________________________________________________________ >>summary >> ___________________________________________________________________ >> ERROR: genconfig: could not install deps >> [-r/home/vikas/kuryr/requirements.txt, >> -r/home/vikas/kuryr/test-requirements.txt] >> >> ________________________________________________________ > >Command "tox -e genconfig" is working perfectly for me. Please: >- ensure you have up-to-date repo >- try to remove .tox/ directory and run the command again > >> >> But if i run "pip install -r requirements.txt", its giving no error. > >Does "pip install -r test-requirements.txt" give no error as well? > >> >> How to generalr sample config file? Please suggest. >> >> >> -Vikas > >Regards, >Michal Rostecki > >__________________________________________________________________________ >OpenStack Development Mailing List (not for usage questions) >Unsubscribe: [email protected]?subject:unsubscribe >http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
