rlvaugh / Impractical_Python_Projects

Code & supporting files for chapters in book
401 stars 269 forks source link

m1 Mac from nltk.corpus import cmudict #15

Open Portals72 opened 2 years ago

Portals72 commented 2 years ago

Unresolved import for nltk module for m1 Macs.

unresolved import 'nltk.corpu

error1 s'

rlvaugh commented 2 years ago

I don't use a mac so I have no way to reproduce the error. I assume you followed the instructions in the book for downloading NLTK? Have you tried searching for the error online? Here's a possible solution from StackOverflow: https://stackoverflow.com/questions/35807433/import-nltk-no-module-nltk-corpus .