Cannot get NLTK Package Installed Follow
I am new to Python and PyCharm, so...
I am trying to install NLTK. It works in my Python environment but not in PyCharm. Here is the error message. I know it looks like files missing but I ran PIP and am surprised there are missing files. Not sure where to get them or what to do. Any ideas?
Install packages failed: Error occurred when installing package nltk.
The following command was executed:
/Applications/PyCharm.app/helpers/packaging_tool.py install –build-dir /private/var/folders/ch/d2y8bsv168b260q7vn0xyz7w0000gn/T/pycharm-packaging4156993520269484476.tmp nltk
The error output of the command:
2012-11-05 16:23:35.122 osascript[6125:707] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found. Did find:
/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
osascript: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
Thanks!
Mike
I am trying to install NLTK. It works in my Python environment but not in PyCharm. Here is the error message. I know it looks like files missing but I ran PIP and am surprised there are missing files. Not sure where to get them or what to do. Any ideas?
Install packages failed: Error occurred when installing package nltk.
The following command was executed:
/Applications/PyCharm.app/helpers/packaging_tool.py install –build-dir /private/var/folders/ch/d2y8bsv168b260q7vn0xyz7w0000gn/T/pycharm-packaging4156993520269484476.tmp nltk
The error output of the command:
2012-11-05 16:23:35.122 osascript[6125:707] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found. Did find:
/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
osascript: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
Thanks!
Mike
Please sign in to leave a comment.