Python Forum
serious n00b.. NLTK in python 2.7 and 3.5
Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
serious n00b.. NLTK in python 2.7 and 3.5
#8
In order to get to python 3.x I just type
$ python3

So after much waiting and patience on your guys' part, I have been able to finally download NLTK.

The only problem is that when I use the shell in IDLE NLTK will not import but if I use Terminal, it will.
IDLE:
>>> import nltk
Traceback (most recent call last):
  File "<pyshell#71>", line 1, in <module>
    import nltk
ImportError: No module named 'nltk'
>>> import sys
>>> sys.path
['', '/Users/jordanXXX/Documents', '/Library/Frameworks/Python.framework/Versions/3.5/lib/python35.zip', '/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5', '/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/plat-darwin', '/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/lib-dynload', '/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages']
Terminal:
Jordans-MBP:~ jordan$ python3
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 26 2016, 10:47:25) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import nltk
>>>
Any suggestions? Do I need to append the path for Python 3.5 to use NLTK?
Reply


Messages In This Thread
RE: serious n00b.. NLTK in python 2.7 and 3.5 - by pythlang - Oct-19-2016, 08:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with simple nltk Chatbot Extra 3 1,962 Jan-02-2022, 07:50 AM
Last Post: bepammoifoge
  Saving a download of stopwords (nltk) Drone4four 1 9,438 Nov-19-2020, 11:50 PM
Last Post: snippsat
  Installing nltk dependency Eshwar 0 1,862 Aug-30-2020, 06:10 PM
Last Post: Eshwar
  n00b question millpond 6 3,397 Jul-13-2019, 06:41 AM
Last Post: Gribouillis
  Clean Data using NLTK disruptfwd8 0 3,359 May-12-2018, 11:21 PM
Last Post: disruptfwd8
  n00b help with referencing files theturd 8 5,168 Jul-21-2017, 04:16 PM
Last Post: nilamo
  n00b needs help theturd 8 5,847 Jun-12-2017, 01:55 PM
Last Post: theturd
  Text Processing and NLTK (POS tagging) TwelveMoons 2 4,928 Mar-16-2017, 02:53 AM
Last Post: TwelveMoons
  NLTK create corpora pythlang 5 10,254 Oct-26-2016, 07:31 PM
Last Post: Larz60+
  Corpora catalof for NLTK Larz60+ 1 4,139 Oct-20-2016, 02:31 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020