Skip to content
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

Fix requirements and a typo #5

Merged
merged 5 commits into from
Sep 7, 2018
Merged

Conversation

stweil
Copy link
Contributor

@stweil stweil commented Sep 6, 2018

No description provided.

stweil added 4 commits July 13, 2017 09:33
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This fixes a version mismatch with the requirements of iiif-prezi:

iiif-prezi 0.2.9 has requirement Pillow<4.0.0,>=3.2.0, but you'll have pillow 5.2.0 which is incompatible.

Pillow is still fetched as a dependency of iiif-prezi.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
That package does not work with recent versions of Flask:

webapp_1    |   File "/usr/local/lib/python3.5/site-packages/flask_autodoc/__init__.py", line 3, in <module>
webapp_1    |     from flask.ext.autodoc.autodoc import Autodoc
webapp_1    | ImportError: No module named 'flask.ext'

flask.ext was deprecated some years ago in Flask-0.11 and removed in 1.0,
see http://flask.pocoo.org/docs/1.0/upgrading/.

Nevertheless, Flask-Autodoc still uses flask.ext. See issue
acoomans/flask-autodoc#27.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
@stweil
Copy link
Contributor Author

stweil commented Sep 6, 2018

The web service https://demetsiiify.jbaiter.de/ is currently down. These commits fix the code, so now I get my own docker installation which at least works partially (still needs patches from issue #7 and more fixes).

Runtime warning:

/usr/local/lib/python3.5/site-packages/psycopg2/__init__.py:144:
 UserWarning: The psycopg2 wheel package will be renamed from release 2.8;
 in order to keep installing from binary please use "pip install psycopg2-binary" instead.
 For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
@jbaiter jbaiter merged commit 8423cca into jbaiter:master Sep 7, 2018
@stweil stweil deleted the requirements branch September 8, 2018 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants