Re: gremlinpython on python 3.4

2018-08-01 Thread Daniel Kuppitz
FYI: I pushed (CTR'd) the fix. You'll need to delete your tinkerpop:* docker images, so they get rebuild when you run docker/build.sh next time. Cheers, Daniel On Wed, Aug 1, 2018 at 11:25 AM, Stephen Mallette wrote: > I believe something changed outside of our control. Kuppitz has a fix for >

Re: gremlinpython on python 3.4

2018-08-01 Thread Stephen Mallette
I believe something changed outside of our control. Kuppitz has a fix for docker which he will push soon. On Wed, Aug 1, 2018 at 2:12 PM Florian Hockmann wrote: > I'm now also having this problem in docker. I was able to build and run > tests on a feature branch (TINKERPOP-1774) a few days ago

Re: gremlinpython on python 3.4

2018-08-01 Thread Florian Hockmann
 I'm now also having this problem in docker. I was able to build and run tests on a feature branch (TINKERPOP-1774) a few days ago but got the problems when I yesterday rebased on master. I just tried to find out which commits could have introduced the problem by going back to an older commit that

Re: gremlinpython on python 3.4

2018-07-31 Thread Stephen Mallette
I don't know what I did to fix it but my local environment builds again (updated all kinda things in no particular orderugh, rage updating) - docker is still hosed for me On Tue, Jul 31, 2018 at 11:08 AM Stephen Mallette wrote: > master > > On Tue, Jul 31, 2018 at 11:04 AM Robert Dale wrote

Re: gremlinpython on python 3.4

2018-07-31 Thread Stephen Mallette
master On Tue, Jul 31, 2018 at 11:04 AM Robert Dale wrote: > what branch are you building? > > Robert Dale > > > On Tue, Jul 31, 2018 at 11:03 AM Stephen Mallette > wrote: > > > now 3.5 doesn't even work for me. docker doesn't work either :( > > > > On Tue, Jul 31, 2018 at 7:38 AM Stephen Malle

Re: gremlinpython on python 3.4

2018-07-31 Thread Robert Dale
what branch are you building? Robert Dale On Tue, Jul 31, 2018 at 11:03 AM Stephen Mallette wrote: > now 3.5 doesn't even work for me. docker doesn't work either :( > > On Tue, Jul 31, 2018 at 7:38 AM Stephen Mallette > wrote: > > > As of this morning I noticed that gremlinpython doesn't buil

Re: gremlinpython on python 3.4

2018-07-31 Thread Stephen Mallette
now 3.5 doesn't even work for me. docker doesn't work either :( On Tue, Jul 31, 2018 at 7:38 AM Stephen Mallette wrote: > As of this morning I noticed that gremlinpython doesn't build anymore on > python 3.4 - I get that awful: > > > Python.h: No such file or directory compilation terminated. >

gremlinpython on python 3.4

2018-07-31 Thread Stephen Mallette
As of this morning I noticed that gremlinpython doesn't build anymore on python 3.4 - I get that awful: > Python.h: No such file or directory compilation terminated. I upgrade to 3.5 and it works fine - anyone know why? and what does this mean? do we also need to manage 3.4 and 3.5 builds? can w