-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup errors #159
Comments
Also running into the first part of this issue on macOS Ventura. This is the error when attempting to run the setup script:
Adding the I did not get the |
I had no luck with the instructions in the README.md. I had more success with the Docker container, which I built and ran as follows (as root):
I was also then able to use the commands in the Dockerfile to run the validator outside Docker:
Also note that if you're validating a local HTTPS site with an invalid certificate, you will need to alter iiif-presentation-validator.py to disable SSL certificate verification:
|
Hi,
I needed to add an extra line to the setup.py file to get the install process to work:
So changing:
To:
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)
The text was updated successfully, but these errors were encountered: