Closed aaronflorey closed 1 year ago
I think this is probably because you used the old version of CLI (0.3.3). You should use the latest version of CLI for 0.6.0-beta.
pip install crawlab-sdk==0.6.b20210729-1634
Hey @tikazyq
Thanks for the reply. That version doesn't work for me at all, it seems there is no cli module in there anymore? It's under legacy which doesn't work
Use the latest version pip install crawlab-sdk==0.6.b20211224-1500
You can also refer to the CLI tools documentation
Describe the bug I've tried this in docker running :develop and :latest, but i get
invalid character '-' in numeric literal
when trying to upload a Scrapy project using the SDK CLI. I've tried many different combinations to get it to work, even submitting a ZIP with a single empty py file in it.To Reproduce Steps to reproduce the behavior:
crawlab upload
invalid character '-' in numeric literal
Expected behavior
Logs