cannot use pycorenlp for python3.5 through terminal
My default python is 2.7, but have to do this project in python3.5 I installed pycorenlp through this command line: pip3 install pycorenlp . And it is showing I have already installed it: Requirement already satisfied (use --upgrade to upgrade): pycorenlp in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages Requirement already satisfied (use --upgrade to upgrade): requests in /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages (from pycorenlp) However, when I type python3.5 through terminal to enter into python environment, then type from