It's dying for me on the python3 build even when i try to run it by hand.
Oddly Travis is happy as of two hours ago - maybe it's just me:
$ env/bin/python setup.py build --build-lib Lib
Traceback (most recent call last):
File
"/home/smallette/git/apache/incubator-tinkerpop/gremlin-python/target/python3/env/lib/python3.4/site-packages/setuptools/dist.py",
line 418, in fetch_build_egg
cmd = self._egg_fetcher
AttributeError: 'Distribution' object has no attribute '_egg_fetcher'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "setup.py", line 82, in <module>
"Programming Language :: Python :: 3.5",
File "/usr/lib/python3.4/distutils/core.py", line 108, in setup
_setup_distribution = dist = klass(attrs)
File
"/home/smallette/git/apache/incubator-tinkerpop/gremlin-python/target/python3/env/lib/python3.4/site-packages/setuptools/dist.py",
line 320, in __init__
self.fetch_build_eggs(attrs['setup_requires'])
File
"/home/smallette/git/apache/incubator-tinkerpop/gremlin-python/target/python3/env/lib/python3.4/site-packages/setuptools/dist.py",
line 377, in fetch_build_eggs
replace_conflicting=True,
File
"/home/smallette/git/apache/incubator-tinkerpop/gremlin-python/target/python3/env/lib/python3.4/site-packages/pkg_resources/__init__.py",
line 852, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
File
"/home/smallette/git/apache/incubator-tinkerpop/gremlin-python/target/python3/env/lib/python3.4/site-packages/pkg_resources/__init__.py",
line 1124, in best_match
return self.obtain(req, installer)
File
"/home/smallette/git/apache/incubator-tinkerpop/gremlin-python/target/python3/env/lib/python3.4/site-packages/pkg_resources/__init__.py",
line 1136, in obtain
return installer(requirement)
File
"/home/smallette/git/apache/incubator-tinkerpop/gremlin-python/target/python3/env/lib/python3.4/site-packages/setuptools/dist.py",
line 421, in fetch_build_egg
from setuptools.command.easy_install import easy_install
File
"/home/smallette/git/apache/incubator-tinkerpop/gremlin-python/target/python3/env/lib/python3.4/site-packages/setuptools/command/easy_install.py",
line 49, in <module>
from setuptools.py27compat import rmtree_safe
File
"/home/smallette/git/apache/incubator-tinkerpop/gremlin-python/target/python3/env/lib/python3.4/site-packages/setuptools/py27compat.py",
line 7, in <module>
import six
ImportError: No module named 'six'
On Thu, Jun 1, 2017 at 6:52 AM, Stephen Mallette <[email protected]>
wrote:
> Something has gone bad with the build on tp32 and master for
> gremlin-python. I got a clean run before I shut down last night but this
> morning it's strangely tanking (and i didnt' pull new changes) - something
> around the python dependency "six":
>
> ImportError: No module named six
>
> Not sure if anyone has any clues, but we're dead in the water on builds
> right now. I hope this is one of those things where I send a warning to the
> dev list and then it magically gets fixed thirty seconds later.
>