Installing PyTorch and torchvision via conda forces a downgrade from Python 3.6.1 to Python 3.6.0. But using Pillow 4.1.0 with Python 3.6.0 causes an error, as Pillow 4.1.0 was built with Python 3.6.1. The offending bug is in Python, not PyTorch, torchvision, or Pillow. However, the conda installer could be updated to require Pillow 4.0.0 if it requires Python 3.6.0.