djangocms-shiny-app icon indicating copy to clipboard operation
djangocms-shiny-app copied to clipboard

Installation error, pip install djangocms-shiny-app

Open AntonioBlago opened this issue 4 years ago • 0 comments

Hello I tried to use this promising work around for shiny authentication, but unfortunaetly current version of djangocms-shiny-app is not any compatible with new django_cms version. My Set Up: Python 3.8.6, Django 3.1.5 django-cms-3.8.0

Error Message is: RROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. djangocms-video 3.0.0 requires django-cms>=3.7, but you have django-cms 3.1.7 which is incompatible. djangocms-video 3.0.0 requires django-filer>=1.7, but you have django-filer 1.5.0 which is incompatible. djangocms-text-ckeditor 4.0.0 requires django-cms>=3.6, but you have django-cms 3.1.7 which is incompatible. djangocms-style 3.0.0 requires django-cms>=3.7, but you have django-cms 3.1.7 which is incompatible. djangocms-picture 3.0.0 requires django-cms>=3.7, but you have django-cms 3.1.7 which is incompatible. djangocms-picture 3.0.0 requires django-filer>=1.7, but you have django-filer 1.5.0 which is incompatible. djangocms-link 3.0.0 requires django-cms>=3.7, but you have django-cms 3.1.7 which is incompatible. djangocms-link 3.0.0 requires django-filer>=1.7, but you have django-filer 1.5.0 which is incompatible. djangocms-icon 2.0.0 requires django-cms>=3.7, but you have django-cms 3.1.7 which is incompatible. djangocms-googlemap 2.0.0 requires django-cms>=3.7, but you have django-cms 3.1.7 which is incompatible. djangocms-googlemap 2.0.0 requires django-filer>=1.7, but you have django-filer 1.5.0 which is incompatible. djangocms-file 3.0.0 requires django-cms>=3.7, but you have django-cms 3.1.7 which is incompatible. djangocms-file 3.0.0 requires django-filer>=1.7, but you have django-filer 1.5.0 which is incompatible. djangocms-bootstrap4 2.0.0 requires django-cms>=3.7, but you have django-cms 3.1.7 which is incompatible. djangocms-bootstrap4 2.0.0 requires django-filer>=1.7, but you have django-filer 1.5.0 which is incompatible. djangocms-attributes-field 2.0.0 requires django-cms>=3.7, but you have django-cms 3.1.7 which is incompatible. django-formtools 2.2 requires Django>=1.11, but you have django 1.8.19 which is incompatible.

AntonioBlago avatar Jan 07 '21 10:01 AntonioBlago