Skip to content

Error applying patch 54 on clean qiita install #3313

Closed
@AmandaBirmingham

Description

@AmandaBirmingham

Following the procedure in https://github.com/qiita-spots/qiita/blob/4492c3d53027a9387931b2449a705dd3b1c8f09f/INSTALL.md , after running qiita-env make --no-load-ontologies, I receive the following non-fatal error:

<other patch applications above>

	Applying patch 54.sql...
		Applying python patch 54.py...
Error purging filepaths: [Errno 2] No such file or directory: '/Users/abirmingham/Work/Repositories/qiita/qiita_db/support_files/test_data/FASTQ'

<other patch applications below>

It looks like the originates from

# Purge filepaths
try:
purge_filepaths(False)
except Exception as e:
errors.append("Error purging filepaths: %s" % str(e))

but I can't tell more than that.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions