So I was able to install sklearn for python2 but for some reason I having issues with doing the same for python3. I am getting this error:
Traceback (most recent call last):
File "/home/ajshack_pg/sklearn/__check_build/__init__.py", line 44, in
from ._check_build import check_build # noqa
ImportError: /home/ajshack_pg/sklearn/__check_build/_check_build.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "", line 1, in
File "/home/ajshack_pg/sklearn/__init__.py", line 133, in
from . import __check_build
File "/home/ajshack_pg/sklearn/__check_build/__init__.py", line 46, in
raise_build_error(e)
File "/home/ajshack_pg/sklearn/__check_build/__init__.py", line