-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
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
Labels
No labels