I have Django 1.10.5 installed in my python virtual environment.
When I install djblets into my virtualenv with pip install djblets
, unfortunately, Django is being implicitly downgraded to version 1.8.17 along the way. This breaks my environment.
Is there something I could have done to prevent this? I certainly wasn't asked whether I'm okay with the downgrade. But I really should have.
djblets version 0.9.6 doesn't even install because it depends on Pillow, which refuses to build. It's all just broken and kills my environment along the way because uninstalling comes first.
All I can think about is trying the installation in a separate, but identical, virtual environment and seeing what happens. Like a dry-run.
Now I have to install my environment from scratch. Am I missing something, or is this just the way it is?