Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

hello lion
942 PointsIs 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
4,072 PointsYou could also download Anaconda, which have a lot of commonly used python packages, including nltk. It also comes with the Spyder IDE.

Evan Demaris
64,262 PointsHi 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.

hello lion
942 Pointsthank you for telling me, have a good day.

hello lion
942 PointsThank you very much, that is save me so much time, thank you for helping me.