python - DjangoCMS failed to create a project -
i'm on windows system , following install django cms tutorial. according set fresh virtual environment python 3.4.3, installed djangocms-installer pip , run command
(env) ps d:\skyro\documents\djangocms-project\sites> djangocms -p . mysite
when answered installer's questions, got output error message:
creating project please wait while install dependencies command "python setup.py egg_info" failed error code 1 in c:\users\roman\appdata\local\temp\pip-build-0v8y2934\django-select2-py3
i don't understand wrong , happy if explain me mean , how fix it.
my installing process beginning:
- install python 3.4.3 default path , options enabled.
pip install --upgrade pip
(6.0.8 -> 6.1.1)pip install --upgrade setuptools
(12.0.5 -> 15.1)pip install virtualenv
- move work folder , run
virtualenv env
- activate virtual environment
.\env\scripts\activate
pip install djangocms-installer
- create , move empty folder 'sites'
djangocms -p . mysite
- answer installer's questions
- get error message
maybe should install django too, installing django (1.8 or 1.7) doesn't resolve error.
apparently it's problem current django-select2-py3 package. official django-select2 it's on way handle python 3 too, no official package has been released yet. version of installer using , options have chosen in installer wizard?
Comments
Post a Comment