I am trying to install scripy into python using the administrator command on windows 10. the error message i get is:
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.**
How can I fix this?
I have tried different versions of python (3.12, 3.9 and 3.8), each version gives the same error message.
My ultimate goal is to download numpy (which has been successfully downloaded) and scripy (unsuccessful) to use in SPSS to do partial least squares regression.
I followed the IBM manual on how to set up the PLS extension in SPSS.
EVERYTHING works, except that scripy does not want to install.