How can I fix the error ‘java calibration failed, exit 4294967294’? #264
-
Good afternoon, I get this error when trying to run the instruction “accProcess data/sample-small.csv.gz”: I have run the command from the “Troubleshooting” section: conda install -n accelerometer openjdk=8, but the same error keeps occurring. I am using Anaconda Prompt (with administrator privileges) on the “Windows 11” operating system. How can I fix that error to be able to use the command “accProcess data/sample-small.csv.gz”? Thank you very much. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
@Alejandro-Castellanos-Alonso could you share the file for me to try? |
Beta Was this translation helpful? Give feedback.
-
@Alejandro-Castellanos-Alonso I suspect I know your issue. You're processing a custom CSV file and the headers and time format might be different. Can you try: accProcess data/sample1.csv --csvTimeFormat 'yyy-MM-dd HH:mm:ss.SSS' --csvTimeXYZTempColsIndex 0,1,2,3 I will know for you if you would share the first 3-5 lines of your CSV file. |
Beta Was this translation helpful? Give feedback.
-
Good afternoon, I have tried to use the command ‘accProcess data/sample1.csv --csvTimeFormat “yyy-MM-dd HH:mm:ss.SSS” --csvTimeXYZTempColsIndex 0,1,2,3’ and I get the error: ‘accProcess: error: error: unrecognized arguments: HH:mm:ss.SSS’’. The file I am using has been downloaded directly from the Tutorial available on the web (link in Usage). The download address is: http://gas.ndph.ox.ac.uk/aidend/accModels/sample-small.csv.gz How can I solve the error? Thank you very much. Best regards, |
Beta Was this translation helpful? Give feedback.
@Alejandro-Castellanos-Alonso I suspect I know your issue. You're processing a custom CSV file and the headers and time format might be different. Can you try:
accProcess data/sample1.csv --csvTimeFormat 'yyy-MM-dd HH:mm:ss.SSS' --csvTimeXYZTempColsIndex 0,1,2,3
I will know for you if you would share the first 3-5 lines of your CSV file.