Synthetic price data cli

When I try to upload a submission using the cli I get the message below. However I can upload using the cli in other competitions such as Equity Market Neutral 2. Error response from daemon: No such image: crunchers-models:64515

Scroll a bit the logs, it failed at the compilation step of the pandas (???) library:

It look like NVIDIA’s repositories are down tonight, meaning all build might fails until it is resolved:

ReadTimeoutError("HTTPSConnectionPool(host='developer.nvidia.com', port=443): Read timed out. (read timeout=15)")

Thanks.

It is still happening. I will try again in a few days time. Is it therefore true that the method of submitting though the cli with “crunch push” is supported for all competitions ?

I just check once again, and it could be caused by the torch package being frozen to 4.66.5.

Try to submit using crunch push --no-pip-freeze. It generally works, but can fail in some cases to use versions that would be compatible in the cloud environment.


Also, I am not sure to understand your question?

Yes the crunch push mechanism works in all competitions. In all competitions you can submit a notebook or files via the CLI, or files directly via the website.

crunch push --no-pip-freeze works fine. Thanks.

1 Like