nephila / djangocms-installer

Console wizard to bootstrap django CMS projects
https://djangocms-installer.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
177 stars 78 forks source link

djangocms-installer does not install django and djangocms-admin-style #387

Closed crydotsnake closed 4 months ago

crydotsnake commented 3 years ago

Description

I can create a djangoCMS project without problems, only when I then want to start the project comes the message that django is not installed. If I install Django manually, I get the message that djangocms-admin-style is also not installed. After you have installed the modules manually, you can start the project and use djangoCMS.

Steps to reproduce

Create a djangoCMS Project and type python manage.py runserver in your project root.

crydotsnake commented 3 years ago

A workaround is to install the requirements after the project is created.

yakky commented 2 years ago

@crydotsnake could you run djangocms installer --verbose option and post the full traceback?

crydotsnake commented 2 years ago

Sure!

(djangocms_test) ➜  DjangoCMS-Projekte djangocms --verbose djangocms_test
Creating the project
Please wait while I install dependencies
If I am stuck for a long time, please check for connectivity / PyPi issues
python path: /usr/local/opt/python@3.9/bin/python3.9
packages install command: /usr/local/opt/python@3.9/bin/python3.9 -mpip install --disable-pip-version-check django-cms>=3.8,<3.9 djangocms-admin-style>=2.0,<3.0 django-treebeard>=4.0,<5.0 djangocms-text-ckeditor>=4.0,<5.0 djangocms-link>=3.0,<4.0 djangocms-icon>=2.0,<3.0 djangocms-style>=3.0,<4.0 djangocms-googlemap>=2.0,<3.0 djangocms-video>=3.0,<4.0 djangocms-file>=3.0,<4.0 djangocms-picture>=3.0,<4.0 djangocms-bootstrap4>=2.0,<3.0 easy_thumbnails django-filer>=1.3 Django<3.2 django-classy-tags>=2.0 django-sekizai>=2.0 django-mptt>0.9 html5lib>=1.0.1 Pillow>=3.0 six pytz
Requirement already satisfied: django-cms<3.9,>=3.8 in /usr/local/lib/python3.9/site-packages (3.8.0)
Requirement already satisfied: djangocms-admin-style<3.0,>=2.0 in /usr/local/lib/python3.9/site-packages (2.0.2)
Requirement already satisfied: django-treebeard<5.0,>=4.0 in /usr/local/lib/python3.9/site-packages (4.3.1)
Requirement already satisfied: djangocms-text-ckeditor<5.0,>=4.0 in /usr/local/lib/python3.9/site-packages (4.0.0)
Requirement already satisfied: djangocms-link<4.0,>=3.0 in /usr/local/lib/python3.9/site-packages (3.0.0)
Requirement already satisfied: djangocms-icon<3.0,>=2.0 in /usr/local/lib/python3.9/site-packages (2.0.0)
Requirement already satisfied: djangocms-style<4.0,>=3.0 in /usr/local/lib/python3.9/site-packages (3.0.0)
Requirement already satisfied: djangocms-googlemap<3.0,>=2.0 in /usr/local/lib/python3.9/site-packages (2.0.0)
Requirement already satisfied: djangocms-video<4.0,>=3.0 in /usr/local/lib/python3.9/site-packages (3.0.0)
Requirement already satisfied: djangocms-file<4.0,>=3.0 in /usr/local/lib/python3.9/site-packages (3.0.0)
Requirement already satisfied: djangocms-picture<4.0,>=3.0 in /usr/local/lib/python3.9/site-packages (3.0.0)
Requirement already satisfied: djangocms-bootstrap4<3.0,>=2.0 in /usr/local/lib/python3.9/site-packages (2.0.0)
Requirement already satisfied: easy_thumbnails in /usr/local/lib/python3.9/site-packages (2.7.1)
Requirement already satisfied: django-filer>=1.3 in /usr/local/lib/python3.9/site-packages (2.0.2)
Requirement already satisfied: Django<3.2 in /usr/local/lib/python3.9/site-packages (3.1.4)
Requirement already satisfied: django-classy-tags>=2.0 in /usr/local/lib/python3.9/site-packages (2.0.0)
Requirement already satisfied: django-sekizai>=2.0 in /usr/local/lib/python3.9/site-packages (2.0.0)
Requirement already satisfied: django-mptt>0.9 in /usr/local/lib/python3.9/site-packages (0.12.0)
Requirement already satisfied: html5lib>=1.0.1 in /usr/local/lib/python3.9/site-packages (1.1)
Requirement already satisfied: Pillow>=3.0 in /usr/local/lib/python3.9/site-packages (8.2.0)
Requirement already satisfied: six in /usr/local/lib/python3.9/site-packages (1.15.0)
Requirement already satisfied: pytz in /usr/local/lib/python3.9/site-packages (2020.4)
Requirement already satisfied: django-formtools>=2.1 in /usr/local/lib/python3.9/site-packages (from django-cms<3.9,>=3.8) (2.2)
Requirement already satisfied: djangocms-attributes-field>=1 in /usr/local/lib/python3.9/site-packages (from djangocms-link<4.0,>=3.0) (2.0.0)
Requirement already satisfied: django-polymorphic<3.1,>=2 in /usr/local/lib/python3.9/site-packages (from django-filer>=1.3) (3.0.0)
Requirement already satisfied: Unidecode<1.2,>=0.04 in /usr/local/lib/python3.9/site-packages (from django-filer>=1.3) (1.1.2)
Requirement already satisfied: asgiref<4,>=3.2.10 in /usr/local/lib/python3.9/site-packages (from Django<3.2) (3.3.1)
Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.9/site-packages (from Django<3.2) (0.4.1)
Requirement already satisfied: django-js-asset in /usr/local/lib/python3.9/site-packages (from django-mptt>0.9) (1.2.2)
Requirement already satisfied: webencodings in /usr/local/lib/python3.9/site-packages (from html5lib>=1.0.1) (0.5.1)
Dependencies installed
Creating the project
Project creation command: django-admin.py startproject djangocms_test /Users/simon/DjangoCMS-Projekte/djangocms_test
Database setup commands: /usr/local/opt/python@3.9/bin/python3.9 -W ignore manage.py migrate
Operations to perform:
  Apply all migrations: admin, auth, bootstrap4_alerts, bootstrap4_badge, bootstrap4_card, bootstrap4_carousel, bootstrap4_collapse, bootstrap4_content, bootstrap4_grid, bootstrap4_jumbotron, bootstrap4_link, bootstrap4_listgroup, bootstrap4_media, bootstrap4_picture, bootstrap4_tabs, bootstrap4_utilities, cms, contenttypes, djangocms_file, djangocms_googlemap, djangocms_icon, djangocms_link, djangocms_picture, djangocms_style, djangocms_text_ckeditor, djangocms_video, easy_thumbnails, filer, menus, sessions, sites
Running migrations:
  Applying contenttypes.0001_initial... OK
  Applying auth.0001_initial... OK
  Applying admin.0001_initial... OK
  Applying admin.0002_logentry_remove_auto_add... OK
  Applying admin.0003_logentry_add_action_flag_choices... OK
  Applying contenttypes.0002_remove_content_type_name... OK
  Applying auth.0002_alter_permission_name_max_length... OK
  Applying auth.0003_alter_user_email_max_length... OK
  Applying auth.0004_alter_user_username_opts... OK
  Applying auth.0005_alter_user_last_login_null... OK
  Applying auth.0006_require_contenttypes_0002... OK
  Applying auth.0007_alter_validators_add_error_messages... OK
  Applying auth.0008_alter_user_username_max_length... OK
  Applying auth.0009_alter_user_last_name_max_length... OK
  Applying auth.0010_alter_group_name_max_length... OK
  Applying auth.0011_update_proxy_permissions... OK
  Applying auth.0012_alter_user_first_name_max_length... OK
  Applying sites.0001_initial... OK
  Applying cms.0001_initial... OK
  Applying cms.0002_auto_20140816_1918... OK
  Applying cms.0003_auto_20140926_2347... OK
  Applying cms.0004_auto_20140924_1038... OK
  Applying cms.0005_auto_20140924_1039... OK
  Applying cms.0006_auto_20140924_1110... OK
  Applying cms.0007_auto_20141028_1559... OK
  Applying cms.0008_auto_20150208_2149... OK
  Applying cms.0008_auto_20150121_0059... OK
  Applying cms.0009_merge... OK
  Applying cms.0010_migrate_use_structure... OK
  Applying cms.0011_auto_20150419_1006... OK
  Applying cms.0012_auto_20150607_2207... OK
  Applying cms.0013_urlconfrevision... OK
  Applying cms.0014_auto_20160404_1908... OK
  Applying cms.0015_auto_20160421_0000... OK
  Applying cms.0016_auto_20160608_1535... OK
  Applying bootstrap4_alerts.0001_initial... OK
  Applying bootstrap4_badge.0001_initial... OK
  Applying bootstrap4_card.0001_initial... OK
  Applying filer.0001_initial... OK
  Applying filer.0002_auto_20150606_2003... OK
  Applying filer.0003_thumbnailoption... OK
  Applying filer.0004_auto_20160328_1434... OK
  Applying filer.0005_auto_20160623_1425... OK
  Applying filer.0006_auto_20160623_1627... OK
  Applying filer.0007_auto_20161016_1055... OK
  Applying filer.0008_auto_20171117_1313... OK
  Applying filer.0009_auto_20171220_1635... OK
  Applying filer.0010_auto_20180414_2058... OK
  Applying filer.0011_auto_20190418_0137... OK
  Applying bootstrap4_carousel.0001_initial... OK
  Applying bootstrap4_carousel.0002_bootstrap4carousel_carousel_aspect_ratio... OK
  Applying bootstrap4_carousel.0003_auto_20180610_1102... OK
  Applying bootstrap4_carousel.0004_auto_20190703_0831... OK
  Applying bootstrap4_collapse.0001_initial... OK
  Applying bootstrap4_content.0001_initial... OK
  Applying bootstrap4_content.0002_added_figure... OK
  Applying bootstrap4_grid.0001_initial... OK
  Applying bootstrap4_grid.0002_auto_20180709_0808... OK
  Applying bootstrap4_grid.0003_migrate_column_size... OK
  Applying bootstrap4_grid.0004_remove_bootstrap4gridcolumn_column_size... OK
  Applying bootstrap4_jumbotron.0001_initial... OK
  Applying bootstrap4_link.0001_initial... OK
  Applying bootstrap4_link.0002_add_icons... OK
  Applying bootstrap4_link.0003_icon_updates... OK
  Applying bootstrap4_link.0004_auto_20190703_0831... OK
  Applying bootstrap4_listgroup.0001_initial... OK
  Applying bootstrap4_media.0001_initial... OK
  Applying djangocms_picture.0001_initial... OK
  Applying djangocms_picture.0002_auto_20151018_1927... OK
  Applying djangocms_picture.0003_migrate_to_filer... OK
  Applying djangocms_picture.0004_adapt_fields... OK
  Applying djangocms_picture.0005_reset_null_values... OK
  Applying djangocms_picture.0006_remove_null_values... OK
  Applying djangocms_picture.0007_fix_alignment... OK
  Applying djangocms_picture.0008_picture_use_responsive_image... OK
  Applying bootstrap4_picture.0001_initial... OK
  Applying bootstrap4_picture.0002_bootstrap4picture_use_responsive_image... OK
  Applying bootstrap4_picture.0003_auto_20181212_1055... OK
  Applying bootstrap4_picture.0004_auto_20190703_0831... OK
  Applying bootstrap4_tabs.0001_initial... OK
  Applying bootstrap4_tabs.0002_auto_20180610_1106... OK
  Applying bootstrap4_utilities.0001_initial... OK
  Applying cms.0017_pagetype... OK
  Applying cms.0018_create_pagenode... OK
  Applying cms.0019_set_pagenode... OK
  Applying cms.0020_old_tree_cleanup... OK
  Applying cms.0021_auto_20180507_1432... OK
  Applying cms.0022_auto_20180620_1551... OK
  Applying djangocms_file.0001_initial... OK
  Applying djangocms_file.0002_auto_20151202_1551... OK
  Applying djangocms_file.0003_remove_related_name_for_cmsplugin_ptr... OK
  Applying djangocms_file.0004_set_related_name_for_cmsplugin_ptr... OK
  Applying djangocms_file.0005_auto_20160119_1534... OK
  Applying djangocms_file.0006_migrate_to_filer... OK
  Applying djangocms_file.0007_adapted_fields... OK
  Applying djangocms_file.0008_add_folder... OK
  Applying djangocms_file.0009_fixed_null_fields... OK
  Applying djangocms_file.0010_removed_null_fields... OK
  Applying djangocms_file.0011_auto_20181211_0357... OK
  Applying djangocms_googlemap.0001_initial... OK
  Applying djangocms_googlemap.0002_auto_20160622_1031... OK
  Applying djangocms_googlemap.0003_auto_20160825_1829... OK
  Applying djangocms_googlemap.0004_adapted_fields... OK
  Applying djangocms_googlemap.0005_create_nested_plugins... OK
  Applying djangocms_googlemap.0006_remove_fields... OK
  Applying djangocms_googlemap.0007_reset_null_values... OK
  Applying djangocms_googlemap.0008_removed_null_fields... OK
  Applying djangocms_googlemap.0009_googlemapmarker_icon... OK
  Applying djangocms_googlemap.0010_auto_20190718_1021... OK
  Applying djangocms_icon.0001_initial... OK
  Applying djangocms_icon.0002_auto_20190218_2017... OK
  Applying djangocms_link.0001_initial... OK
  Applying djangocms_link.0002_auto_20140929_1705... OK
  Applying djangocms_link.0003_auto_20150212_1310... OK
  Applying djangocms_link.0004_auto_20150708_1133... OK
  Applying djangocms_link.0005_auto_20151003_1710... OK
  Applying djangocms_link.0006_remove_related_name_for_cmsplugin_ptr... OK
  Applying djangocms_link.0007_set_related_name_for_cmsplugin_ptr... OK
  Applying djangocms_link.0008_link_attributes... OK
  Applying djangocms_link.0009_auto_20160705_1344... OK
  Applying djangocms_link.0010_adapted_fields... OK
  Applying djangocms_link.0011_fixed_null_values... OK
  Applying djangocms_link.0012_removed_null... OK
  Applying djangocms_link.0013_fix_hostname... OK
  Applying djangocms_link.0014_link_file_link... OK
  Applying djangocms_link.0015_auto_20190621_0407... OK
  Applying djangocms_picture.0009_auto_20181212_1003... OK
  Applying djangocms_picture.0010_auto_20190627_0432... OK
  Applying djangocms_picture.0011_auto_20190314_1536... OK
  Applying djangocms_style.0001_initial... OK
  Applying djangocms_style.0002_set_related_name_for_cmsplugin_ptr... OK
  Applying djangocms_style.0003_adapted_fields... OK
  Applying djangocms_style.0004_use_positive_small_integer_field... OK
  Applying djangocms_style.0005_reset_null_values... OK
  Applying djangocms_style.0006_removed_null_fields... OK
  Applying djangocms_style.0007_style_template... OK
  Applying djangocms_text_ckeditor.0001_initial... OK
  Applying djangocms_text_ckeditor.0002_remove_related_name_for_cmsplugin_ptr... OK
  Applying djangocms_text_ckeditor.0003_set_related_name_for_cmsplugin_ptr... OK
  Applying djangocms_text_ckeditor.0004_auto_20160706_1339... OK
  Applying djangocms_video.0001_initial... OK
  Applying djangocms_video.0002_set_related_name_for_cmsplugin_ptr... OK
  Applying djangocms_video.0003_field_adaptions... OK
  Applying djangocms_video.0004_move_to_attributes... OK
  Applying djangocms_video.0005_migrate_to_filer... OK
  Applying djangocms_video.0006_field_adaptions... OK
  Applying djangocms_video.0007_create_nested_plugin... OK
  Applying djangocms_video.0008_reset_null_values... OK
  Applying djangocms_video.0009_removed_null_values... OK
  Applying djangocms_video.0010_videoplayer_parameters... OK
  Applying easy_thumbnails.0001_initial... OK
  Applying easy_thumbnails.0002_thumbnaildimensions... OK
  Applying filer.0012_file_mime_type... OK
  Applying menus.0001_initial... OK
  Applying sessions.0001_initial... OK
  Applying sites.0002_alter_domain_unique... OK
Creating admin user
All done!
Get into "/Users/simon/DjangoCMS-Projekte/djangocms_test" directory and type "python manage.py runserver" to start your project