Hi, Eric. From what I can tell, version 28 of SPSS is not warranted to run on a Windows OS less that Windows 10. I'm sure than explains it.
------------------------------
Rick Marcantonio
Quality Assurance
IBM
------------------------------
Original Message:
Sent: Tue March 01, 2022 03:29 AM
From: Eric Wieduwild
Subject: SPSS 28 bivariate correlation with error message
I ran SPSS as administrator and did the calculation but the result was the same. I installed Python 3.8 hoping that would fix the issues but to no avail.
------------------------------
Eric Wieduwild
Original Message:
Sent: Fri January 28, 2022 08:50 AM
From: Jon Peck
Subject: SPSS 28 bivariate correlation with error message
So you have a general problem with the Python integration. I wonder whether running Statistics as administrator would help. Can you give that a try?
--
Original Message:
Sent: 1/28/2022 6:01:00 AM
From: Eric Wieduwild
Subject: RE: SPSS 28 bivariate correlation with error message
Thank you Jon for answering.
With "SPSSINC CREATE DUMMIES" the same error message is shown.
I tried to run the other syntax and there is the same error message too.
------------------------------
Eric Wieduwild
Original Message:
Sent: Thu January 27, 2022 09:32 AM
From: Jon Peck
Subject: SPSS 28 bivariate correlation with error message
That suggests a problem with the Python integration. Can you try another Python-based extension to see if you get the same misbehavior - SPSSINC CREATE DUMMIES would be a possible choice.
Also try running this from a syntax window..
begin program python3.
import spss
print(spss)
import STATS_CORRELATIONS
print(STATS_CORRELATIONS)
end program.
--
Original Message:
Sent: 1/27/2022 6:33:00 AM
From: Eric Wieduwild
Subject: SPSS 28 bivariate correlation with error message
I recently started using SPSS 28 with Windows 7 and wanted to check a correlation. For this, I wanted to carry out a bivariate analysis with confidence interval. The first try says "Run STATS CORRELATION" at the bottom of the window, but no output window opens. After the second attempt, the output window opens with the message "Warning number 6894. Command name: BEGIN PROGRAM The external program exited unexpectedly, losing its contents. A new external program will be started to run the rest of the job."
So far I haven't been able to find a satisfactory solution in Google search with this error code. With SPSS 25 this correlation worked.
What is the problem and how can I solve it?
Regard,
Eric
------------------------------
Eric Wieduwild
------------------------------
#SPSSStatistics