sdk-examples icon indicating copy to clipboard operation
sdk-examples copied to clipboard

Could not open data.jsonl

Open khushalrs opened this issue 11 months ago • 4 comments

I just installed the spectacularAI using pip install spectacularai[full] When I run the sai-cli process command it given me the following error

image

khushalrs avatar Feb 28 '24 11:02 khushalrs

same problem. Have you solved it?

tjucaokun avatar Mar 04 '24 03:03 tjucaokun

Nope unable to resolve the error

khushalrs avatar Mar 04 '24 05:03 khushalrs

Hey,

I wasn't able to reproduce this issue with Windows 10 or Windows 11 using PowerShell.

  1. Could you say which terminal you are using? (maybe miniconda's terminal?) and could you try with PowerShell and Git Bash instead.
  2. Do the other Python examples work for you: For instance, python mapping_visu.py --dataFolder /path/to/data
  3. Could be some issue with Python's tempfile, based on your error message. Could you check if the data.jsonl file mentioned in the ERROR message exists? We will try to get rid of it in next release.

kaatrasa avatar Mar 04 '24 12:03 kaatrasa

This issue might have been fixed with release 1.31.0, just run pip install spectacularai[full] --force

kaatrasa avatar Mar 15 '24 06:03 kaatrasa