Warning: '' Not A Valid Package Name; Please Use Only.-separated Package Na Es In Setup.py
I've come across a github project which I am trying to install and run it but I've run into some problems( https://github.com/andrewschoen/django-cms-demo ). I've also put this up
Solution 1:
PIL is not correctly packaged; there are some forks around that fix that.
From The problem with installing PIL using virtualenv or buildout, your best bet currently is to install Pillow instead; it's a drop-in replacement for PIL.
For Windows, use a precompiled installer from Christoph Gohlke instead.
Solution 2:
PIL is not correctly packaged.
Its not an critical error, forget it..
Solution 3:
You need to rename the project folder/directory. Change the name to django_cms_demo
.
I'd say:
mv django-cms-demo django_cms_demo
But seems like you're on windows.
So, as a totally unrelated topic, I recommend you to try Linux. I can't imagine developing a django project under windows.
Post a Comment for "Warning: '' Not A Valid Package Name; Please Use Only.-separated Package Na Es In Setup.py"