Skip to content

Setup errors #159

@jpadfield

Description

@jpadfield

Hi,

I needed to add an extra line to the setup.py file to get the install process to work:

So changing:

 setup(
     name='iiif-presentation-validator',
     version='0.0.3',

To:

setup(
    py_modules=[],
    name='iiif-presentation-validator',
    version='0.0.3',

I also needed to run the setup script as sudo - without creating a new environment or a local installation.

It might be good to update the README file if this is a more wide spread issue.

(Installed on Ubuntu 20.04)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions