Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

Is anyone know how to install nltk on windows64 and python3.4

Is anyone know how to install nltk on windows64 and python3.4, I have searched from google, but didn't found easily ways that let me to process. Hope anybody could give me a more easily solution, thank you for all.

3 Answers

Kristian Stensgård
Kristian Stensgård
4,072 Points

You could also download Anaconda, which have a lot of commonly used python packages, including nltk. It also comes with the Spyder IDE.

Hi hello lion,

You need to use the 32-bit version of Python 3.4, even if you are using a 64-bit OS. Then just download the exe and install.

thank you for telling me, have a good day.

Thank you very much, that is save me so much time, thank you for helping me.