Last active
August 29, 2015 14:24
-
-
Save DonnchaC/835d0a94cdf94733ba69 to your computer and use it in GitHub Desktop.
logilab-common: No module named __pkginfo__
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Successfully installed pluggy-0.3.0 tox-2.1.1 virtualenv-13.0.3 | |
| travis_time:end:02c07eb8:start=1435681975354987862,finish=1435681976720017413,duration=1365029551 | |
| [0Ktravis_fold:end:install | |
| [0Ktravis_time:start:01a7769f | |
| [0K$ tox | |
| [1mGLOB sdist-make: /home/travis/build/DonnchaC/onionbalance/setup.py[0m | |
| [1mstyle create: /home/travis/build/DonnchaC/onionbalance/.tox/style[0m | |
| [1mstyle installdeps: pylint, flake8[0m | |
| [1mstyle inst: /home/travis/build/DonnchaC/onionbalance/.tox/dist/OnionBalance-0.1.0.dev0.zip[0m | |
| [1mstyle installed: astroid==1.3.6,flake8==2.4.1,future==0.14.3,logilab-common==1.0.0,mccabe==0.3.1,OnionBalance==0.1.0.dev0,pep8==1.5.7,pycrypto==2.6.1,pyflakes==0.8.1,pylint==1.4.3,PyYAML==3.11,schedule==0.3.1,six==1.9.0,stem==1.4.1,wheel==0.24.0[0m | |
| [1mstyle runtests: PYTHONHASHSEED='212279948'[0m | |
| [1mstyle runtests: commands[0] | pylint onionbalance -E[0m | |
| Traceback (most recent call last): | |
| File ".tox/style/bin/pylint", line 11, in <module> | |
| sys.exit(run_pylint()) | |
| File "/home/travis/build/DonnchaC/onionbalance/.tox/style/lib/python2.7/site-packages/pylint/__init__.py", line 22, in run_pylint | |
| from pylint.lint import Run | |
| File "/home/travis/build/DonnchaC/onionbalance/.tox/style/lib/python2.7/site-packages/pylint/lint.py", line 51, in <module> | |
| from logilab.common.__pkginfo__ import version as common_version | |
| ImportError: No module named __pkginfo__ | |
| [31mERROR: InvocationError: '/home/travis/build/DonnchaC/onionbalance/.tox/style/bin/pylint onionbalance -E'[0m | |
| ___________________________________ summary ____________________________________ | |
| [31mERROR: style: commands failed[0m | |
| travis_time:end:01a7769f:start=1435681976724724361,finish=1435682005731447091,duration=29006722730 | |
| [0K | |
| [31;1mThe command "tox" exited with 1.[0m | |
| Done. Your build exited with 1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment