hey guys im trying to make a new build for python 3 on sublime text 3. This is because none of my newly installed modules do not work. sklearn and lxml, and many others do not work with the shell interpreter. They give the message
Traceback (most recent call last):
File "/Users/saminahbab/Documents/Programming /machines/my own work /primer.py", line 1, in <module>
from sklearn import datasets
ImportError: No module named sklearn
[Finished in 0.0s with exit code 1]
[shell_cmd: python -u "/Users/saminahbab/Documents/Programming /machines/my own work /primer.py"]
[dir: /Users/saminahbab/Documents/Programming /machines/my own work ]
[path: /usr/bin:/bin:/usr/sbin:/sbin]
despite the fact that sklearn now works in python3 commands in terminal. can someone tell me what to put in the new sublime build that I am about to make that will link up sublime to python correctly? im so lost and its confusing to see how python is linked with sublime, seeing as python 2.7 worked perfectly and now none of my libraries work,
EDIT this seems not to work with Pycharm either