Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100810
| From | Cody Piersall <cody.piersall@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Bug in Python 3.5.1 |
| Date | 2015-12-24 08:46 -0600 |
| Message-ID | <mailman.112.1450968390.2237.python-list@python.org> (permalink) |
| References | <10595588.447001.1450918663303.JavaMail.root@vms170031.mailsrvcs.net> |
On Wed, Dec 23, 2015 at 6:57 PM, <nisthesecond@verizon.net> wrote: > Dear Sir, > In the future, can you kindly include numpy, scipy, and pygame as part of > the Python release? > Nick Srinivasan Hello Nick, Any time you want to install a Python package, the first thing you should try is typing "pip install [package-name]". If that doesn't work (and it often doesn't), you should check [Christoph Golke's website] for the package you're trying to install. If you want to download Python and have numpy, scipy, and Python in one installer, I recommend using [Anaconda]. You will still have to download pygame yourself (I think). Anaconda is a pretty big download, but the plus side is that it comes with lots of packages so probably won't have to install as much stuff. There is no way that numpy, scipy, and pygame will become a part of the Python release; that's why redistributors like Anaconda exist. [Anaconda]: https://www.continuum.io/downloads#_windows [Christoph Golke's website]: http://www.lfd.uci.edu/~gohlke/pythonlibs/
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Bug in Python 3.5.1 Cody Piersall <cody.piersall@gmail.com> - 2015-12-24 08:46 -0600
csiph-web