Re: [Arches] TypeError: sequence item 0: expected string, datetime.datetime

2017-04-19 Thread Alexei Peters
Wonderful! On Apr 19, 2017 11:44 PM, "Darcy Christ" wrote: > Perfect, Alexei. That worked like a charm! > > > > Darcy W. Christ > Digital Generalist > @1000camels > > > > On Apr 20, 2017, at 4:36 PM, Alexei Peters wrote: > > Hi Darcy, > Changing line 191 in "/home/hkarches/lib/python2.7/ > site

Re: [Arches] TypeError: sequence item 0: expected string, datetime.datetime

2017-04-19 Thread Darcy Christ
Perfect, Alexei. That worked like a charm! Darcy W. Christ Digital Generalist @1000camels > On Apr 20, 2017, at 4:36 PM, Alexei Peters wrote: > > Hi Darcy, > Changing line 191 in > "/home/hkarches/lib/python2.7/site-packages/arches_hip/models/resource.py" > > from this: > entity_data.appe

Re: [Arches] TypeError: sequence item 0: expected string, datetime.datetime

2017-04-19 Thread Alexei Peters
Hi Darcy, Changing line 191 in "/home/hkarches/lib/python2.7/site-packages/arches_hip/models/resource.py" from this: entity_data.append(node.value) to this: entity_data.append(str(node.value)) should fix the issue you're seeing. This is only temporary as nothing has been pushed to the HIP repo

[Arches] TypeError: sequence item 0: expected string, datetime.datetime

2017-04-19 Thread Darcy Christ
We keep getting intermittent errors updating information resources. The messages do not make sense, since we are not even editing dates http://dpaste.com/3G0CBAE Any help is appreciated. We haven't moved to v4 yet, but we're hoping the system is more stable, as we've had tons of issues like

Re: [Arches] Arches v4 Instalation description and errors

2017-04-19 Thread Vencislav Pirinski
Thanks Adam, it seems everything is ok for now. Best regards On Wednesday, April 19, 2017 at 7:11:46 PM UTC+3, Adam Cox wrote: > > Hi Vencislav, first, note that the ubuntu dependency install script should > take care of GEOS and GDAL, however, it sounds like the steps you took did > not cause

[Arches] Arches v4 Instalation description and errors

2017-04-19 Thread Vencislav Pirinski
Hello, I am having trouble installing correctly arches v4. I have tried two times, but in both cases some errors arise. That is why i am posting my entire actions step by step on a completely new installation of Ubuntu 16.04, dedicated for arches. I will describe my every action in detail,