Thanks for your reply. Yes it appears that the python 2 versions of scipy are not being read by SPSS. Hers's what I got:
begin program python3.
import PLS
end program.
Traceback (most recent call last):
File "C:\\ProgramData\\IBM\\SPSS\\Statistics\\26\\extensions\PLS.py", line 81, in <module>
from scipy import *
ImportError: No module named 'scipy'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "C:\\ProgramData\\IBM\\SPSS\\Statistics\\26\\extensions\PLS.py", line 83, in <module>
if not e.message.startswith("cannot import name"):
AttributeError: 'ImportError' object has no attribute 'message'
EXTENSION /SPECIFICATION COMMAND='C:\ProgramData\IBM\SPSS\Statistics\26\extensions\plscommand.xml'.
However, my SPSS26 has Python 3.4 associated with it. So does that mean I install a separate Pyhon3.4 version somewhere else and then put it in the path of SPSS?
Thanks,
#SPSSStatistics#Support#SupportMigration