Hi Chantelle - Great that you are got things installed and are ready to load a package. Just a couple of questions to help narrow down your issue:
Which version of arches are you running? What is the repository url you used to get your package? Also, you may want to add the `-db true` argument in order to rebuild your database when you load the package, like so: python manage.py packages -o load_package -s [zip file path] -db true Thanks, Cyrus On Thu, Apr 19, 2018 at 9:16 AM, Chantelle Smith < [email protected]> wrote: > Good afternoon everyone, > > I'm just getting to grip with Arches and I'm trying to upload a package to > my local installation so I can see what the application looks like with > stuff in it. > > I'm using the following command line command to try to load packages > downloaded as zip files: > > python manage.py packages -o load_package -s [zip file path] > > > When I do so the following runtime error occurs: > > > <https://lh3.googleusercontent.com/-Sgg6Gnt48bk/Wti_Ni4zT9I/AAAAAAAAAAM/pWovSjBK-yk5FOdyUPDqAXBbDY31GcHeQCEwYBhgL/s1600/arches_Runtime_error.png> > > I am running ElasticSearch while doing the upload (just in case it has any > effect). I've tried to upload zip files from two separate repositories with > the same result. > > Am I missing something obvious here that I haven't done? > > Many thanks, > > Chantelle > > -- > -- To post, send email to [email protected]. To unsubscribe, > send email to [email protected]. For more > information, visit https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
