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 trialhello 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.