Hello, I am unsuccessfully trying to install nltk on my Mac. Oddly enough I had nltk installed on this Mac previously but it seems to have spontaneously disappeared. I am trying to install nltk from scratch but unfortunately the install directions on
nltk.org seem to be out of date. The
nltk.org install instructions say:
Install Setuptools: Download the corresponding version of Setuptools fromInstall Setuptools: Download the corresponding version of Setuptools fromhttp://pypi.python.org/pypi/setuptools (scroll to the bottom, and pick the filename that contains the right version number and which has the extension .egg). Install it by typingsudo sh Downloads/setuptools-...egg, giving the location of the downloaded file. (scroll to the bottom, and pick the filename that contains the right version number and which has the extension .egg). Install it by typingsudo sh Downloads/setuptools-...egg, giving the location of the downloaded file.
However when I go to the http://pypi.python.org/pypi/setuptools page there is not a filename the contains a Python version name. This is a listing of the available packages from the setuptools page:
| Package | Description |
|---|
| setuptools 0.9.6 | Easily download, build, install, upgrade, and uninstall Python packages |
| setuptools 0.9.5 | Easily download, build, install, upgrade, and uninstall Python packages |
| setuptools 0.9.4 | Easily download, build, install, upgrade, and uninstall Python packages |
| setuptools 0.6c11 | Download, build, install, upgrade, and uninstall Python packages -- easily!
|
I am using Python 2.7.2 . I have opened each of these setup tool packages but can find no reference to which version of Python they are for. If anybody has any thoughts on how to proceed I would appreciate the help. Thanks, George