When trying to install Setup.py am getting the following error: 'extras_require' must be a dictionary whose values are strings or lists of strings containing v
I want to install some specific version of a package (in this case Django) inside the virtual environment. I can't figure it out. I'm on Windows XP, and I creat