CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.67k stars 7.86k forks source link

Don't attempt to install wsgiref under Python 3.x #359

Closed geoffharcourt closed 6 years ago

geoffharcourt commented 6 years ago

The wsgiref install fails in Python 3.6 due to a syntax error, but the library appears to already be available as part of the standard library.

This change adds a pip directive to only install wsgiref under Python 2.