Python Forum
[split] serious n00b.. NLTK in python 2.7 and 3.5
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[split] serious n00b.. NLTK in python 2.7 and 3.5
#1
Hi All,

I am a python noob (comparable to when this thread was first started) trying to get NLTK up and running as my first Python application.

I have both python 2.7.10 and 3.6.4 installed. I think I somehow installed NLTK into the wrong version of Python and I have been unable to get the NLTK module in python3. I have installed a bunch of packages in Python3 (matplotlib, math, numpy) and want to make sure I am ONLY coding in Python3 going forward.

Any help getting my foundation right would be really helpful! I'm in circles now with the python version -- module install alignment.

From Terminal:

--- python --- module is found

Kevins-MBP:~ kevin$ python
Python 2.7.10 (default, Jul 15 2017, 17:16:57)
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import nltk
>>>

--- python3 --- module not found

Kevins-MBP:~ kevin$ python3
Python 3.6.4 (v3.6.4:d48ecebad5, Dec 18 2017, 21:07:28)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import nltk
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'nltk'
>>>
Reply


Messages In This Thread
[split] serious n00b.. NLTK in python 2.7 and 3.5 - by kevindenman - Feb-22-2018, 03:11 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Error on trying to use NLTK Punkt PythonDE 1 2,084 Oct-22-2020, 07:17 PM
Last Post: PythonDE
  [nltk] Parsing with CFG constantin01 1 2,127 Jul-05-2019, 11:11 PM
Last Post: Larz60+
  [nltk] Relations Extractor constantin01 3 3,540 Jun-28-2019, 10:41 AM
Last Post: constantin01
  [nltk] Naive Bayes Classifier constantin01 0 2,016 Jun-24-2019, 10:36 AM
Last Post: constantin01
  NLTK Download Attribute error laila1a 1 8,634 Jan-27-2019, 12:03 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