[openstack-dev] [Neutron] tox -e pep8 fails at requirements.txt

Ajaya Agrawal ajku.agr at gmail.com
Fri Aug 1 08:22:23 UTC 2014


Hi,

It seems like pypi was not reachable at that moment. You could be behind a
proxy. You can try at a later time. It should work.

Cheers,
Ajaya


On Fri, Aug 1, 2014 at 12:29 PM, trinath.somanchi at freescale.com <
trinath.somanchi at freescale.com> wrote:

>  Hi –
>
>
>
> When I run tox to check pep8 on the newly cloned neutron from openstack
> git , I get the following error.
>
>
>
> pep8 create: /root/fw_code_base/neutron_01082014/.tox/pep8
>
> pep8 installdeps: -r/root/fw_code_base/neutron_01082014/requirements.txt,
> -r/root/fw_code_base/neutron_01082014/test-requirements.txt
>
> ERROR: invocation failed, logfile:
> /root/fw_code_base/neutron_01082014/.tox/pep8/log/pep8-1.log
>
> ERROR: actionid=pep8
>
> msg=getenv
>
> cmdargs=[local('/root/fw_code_base/neutron_01082014/.tox/pep8/bin/pip'),
> 'install', '-U', '-r/root/fw_code_base/neutron_01082014/requirements.txt',
> '-r/root/fw_code_base/neutron_01082014/test-requirements.txt']
>
> env={'PYTHONIOENCODING': 'utf_8', 'XDG_RUNTIME_DIR': '/run/user/0',
> 'VIRTUAL_ENV': '/root/fw_code_base/neutron_01082014/.tox/pep8', 'LESSOPEN':
> '| /usr/bin/lesspipe %s', 'SSH_CLIENT': '10.232.84.77 61736 22', 'LOGNAME':
> 'root', 'USER': 'root', 'HOME':
> '/root/fw_code_base/neutron_01082014/.tox/pep8/tmp/pseudo-home', 'PATH':
> '/root/fw_code_base/neutron_01082014/.tox/pep8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games',
> 'XDG_SESSION_ID': '19', '_': '/usr/bin/tox', 'SSH_CONNECTION':
> '10.232.84.77 61736 10.232.90.26 22', 'LANG': 'en_IN', 'TERM': 'xterm',
> 'SHELL': '/bin/bash', 'LESSCLOSE': '/usr/bin/lesspipe %s %s', 'LANGUAGE':
> 'en_IN:en', 'SHLVL': '1', 'SSH_TTY': '/dev/pts/0', 'OLDPWD':
> '/root/fw_code_base', 'PWD': '/root/fw_code_base/neutron_01082014',
> 'PYTHONHASHSEED': '0', 'MAIL': '/var/mail/root', 'LS_COLORS':
> 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:'}
>
> Downloading/unpacking pbr>=0.6,!=0.7,<1.0 (from -r
> /root/fw_code_base/neutron_01082014/requirements.txt (line 1))
>
>   Cannot fetch index base URL https://pypi.python.org/simple/
>
>   Could not find any downloads that satisfy the requirement
> pbr>=0.6,!=0.7,<1.0 (from -r
> /root/fw_code_base/neutron_01082014/requirements.txt (line 1))
>
> Cleaning up...
>
> No distributions at all found for pbr>=0.6,!=0.7,<1.0 (from -r
> /root/fw_code_base/neutron_01082014/requirements.txt (line 1))
>
> Storing debug log for failure in
> /root/fw_code_base/neutron_01082014/.tox/pep8/tmp/pseudo-home/.pip/pip.log
>
>
>
> ERROR: could not install deps
> [-r/root/fw_code_base/neutron_01082014/requirements.txt,
> -r/root/fw_code_base/neutron_01082014/test-requirements.txt]
>
> __________________________________________________________ summary
> __________________________________________________________
>
> ERROR:   pep8: could not install deps
> [-r/root/fw_code_base/neutron_01082014/requirements.txt,
> -r/root/fw_code_base/neutron_01082014/test-requirements.txt]
>
>
>
> Can anyone help me on resolving this issue.
>
>
>
> Kindly please help me in this regard.
>
>
>
> Thanks in advance.
>
>
>
> --
>
> Trinath Somanchi - B39208
>
> trinath.somanchi at freescale.com | extn: 4048
>
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20140801/30eee903/attachment.html>


More information about the OpenStack-dev mailing list