Hi Joel, The name of the file has changed actually. Instead of dropdowns.rdf it's now "arches_concept_collections.rdf". I've updated the wiki to reflect the change. You should be able to run the following command now.
*python manage.py packages -o import_reference_data -s arches/db/schemes/arches_concept_collections.rdf -ow overwrite -st keep* Cheers Alexei Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Mon, Apr 10, 2017 at 10:21 AM, Alexei Peters <[email protected]> wrote: > Hi Joel, > That file needs to be fixed. It was messed up recently and just hasn't > been fixed. I"ll make sure that gets fixed today. > Cheers, > Alexei > > > Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 > <(971)%20227-3173> > > On Fri, Apr 7, 2017 at 9:02 PM, Joel Aldor <[email protected]> wrote: > >> Hi all, >> >> Tried to follow the instructions on https://github.com/archespr >> oject/arches/wiki/Developer-Installation and I get this error when I >> started to import the dropdown lists reference data: >> >> ubuntu@ARCHESv4PROD:~/Projects/arches$ python manage.py packages -o impo >> >> _reference_data -s arches/db/schemes/dropdowns.rdf -ow >> overwrite -st keep >> operation: import_reference_data >> package: arches >> Traceback (most recent call last): >> File "manage.py", line 27, in <module> >> execute_from_command_line(sys.argv) >> File >> "/home/ubuntu/Projects/ENV/local/lib/python2.7/site-packages/django/core/ >> >> management/__init__.py", line 353, in execute_from_command_line >> utility.execute() >> File >> "/home/ubuntu/Projects/ENV/local/lib/python2.7/site-packages/django/core/ >> >> management/__init__.py", line 345, in execute >> self.fetch_command(subcommand).run_from_argv(self.argv) >> File >> "/home/ubuntu/Projects/ENV/local/lib/python2.7/site-packages/django/core/ >> >> management/base.py", line 348, in run_from_argv >> self.execute(*args, **cmd_options) >> File >> "/home/ubuntu/Projects/ENV/local/lib/python2.7/site-packages/django/core/ >> >> management/base.py", line 399, in execute >> output = self.handle(*args, **options) >> File "/home/ubuntu/Projects/arches/arches/management/commands/packages.py", >> li >> ne 160, in handle >> self.import_reference_data(options['source'], options['overwrite'], >> options[ >> 'stage']) >> File "/home/ubuntu/Projects/arches/arches/management/commands/packages.py", >> li >> ne 351, in import_reference_data >> rdf = skos.read_file(data_source) >> File "/home/ubuntu/Projects/arches/arches/app/utils/skos.py", line 56, >> in read >> _file >> raise Exception('Error occurred while parsing the file %s' % >> path_to_file) >> Exception: Error occurred while parsing the file >> arches/db/schemes/dropdowns.rdf >> >> This is the first error I've encountered with the installation process. >> >> Thanks for the help! >> >> Joel >> >> -- >> -- To post, send email to [email protected]. To >> unsubscribe, send email to [email protected]. >> For more information, visit https://groups.google.com/d/fo >> rum/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.
