Hello,
I am trying to use the Stata-Python Interface, but for some reason my Stata is unable to find the Python sklearn module from my computer. I use Python 3.7.4, and when I try to import the sklearn module on Python (i.e. instead of from Stata), it works without an error, but when I try to import the same module on my Stata-Python Interface, an error pops up and the error message is "module sklearn not found". Perhaps my Stata is not pointing at the right python? How can I fix this issue?
Thank you,
PS: I tried uninstalling and than re-installing the sklearn module multiple times, but this doesn't seem to fix this issue. When I do this, I can import the sklearn module on my Python without any problem, but I can't import the same module on Stata.
I am trying to use the Stata-Python Interface, but for some reason my Stata is unable to find the Python sklearn module from my computer. I use Python 3.7.4, and when I try to import the sklearn module on Python (i.e. instead of from Stata), it works without an error, but when I try to import the same module on my Stata-Python Interface, an error pops up and the error message is "module sklearn not found". Perhaps my Stata is not pointing at the right python? How can I fix this issue?
Thank you,
PS: I tried uninstalling and than re-installing the sklearn module multiple times, but this doesn't seem to fix this issue. When I do this, I can import the sklearn module on my Python without any problem, but I can't import the same module on Stata.
Comment