#25360: Django1.8 install error when using setuptools setup
-------------------------------+--------------------------------------
     Reporter:  hsiao          |                    Owner:  nobody
         Type:  Bug            |                   Status:  new
    Component:  Uncategorized  |                  Version:  1.8
     Severity:  Normal         |               Resolution:
     Keywords:  install        |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------

Comment (by kezabelle):

 The principle problem appears similar to that in #24761 in that
 `staticfiles_tests` includes files which are not safe across varying file
 systems/file formats/locales.

 Using `setup.py` as an entrypoint to bootstrap a project seems like an OK
 way of doing things to me, even if the convention for many is to have
 `requirements.txt` or whatever for `pip` to use. That said, many re-usable
 packages will have an `install_requires` which includes a Django line, and
 the ecosystem hasn't crumbled amid a myriad of errors, so I'm inclined to
 suggest that the environment details are pertinent to diagnose if anything
 could be done.

--
Ticket URL: <https://code.djangoproject.com/ticket/25360#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.66e85700292f5259c87e9a3efc6d3661%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to