Category "setuptools"

amundsen-databuilder : 'extras_require' must be a dictionary error

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

How do I install an old version of Django on virtualenv?

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