SpectacularAI / sdk-examples

Spectacular AI SDK examples
Apache License 2.0
202 stars 35 forks source link

Could not open data.jsonl #131

Closed khushalrs closed 2 months ago

khushalrs commented 6 months ago

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

tjucaokun commented 6 months ago

same problem. Have you solved it?

khushalrs commented 6 months ago

Nope unable to resolve the error

kaatrasa commented 6 months ago

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 commented 6 months ago

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