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:

  1. install python 3.4.3 default path , options enabled.
  2. pip install --upgrade pip (6.0.8 -> 6.1.1)
  3. pip install --upgrade setuptools (12.0.5 -> 15.1)
  4. pip install virtualenv
  5. move work folder , run virtualenv env
  6. activate virtual environment .\env\scripts\activate
  7. pip install djangocms-installer
  8. create , move empty folder 'sites'
  9. djangocms -p . mysite
  10. answer installer's questions
  11. 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

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -