# Synthetic price data cli

**URL:** https://forum.crunchdao.com/t/synthetic-price-data-cli/1168
**Category:** Synth: Synthetic Price Data
**Created:** [June 24, 2026, 8:15pm UTC](https://forum.crunchdao.com/t/synthetic-price-data-cli/1168 "2026-06-24T20:15:09Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![robprofit](https://forum.crunchdao.com/user_avatar/forum.crunchdao.com/robprofit/32/877_2.png) [@robprofit](https://forum.crunchdao.com/u/robprofit)
#### Post date: [June 24, 2026, 8:15pm UTC](https://forum.crunchdao.com/t/synthetic-price-data-cli/1168/1 "2026-06-24T20:15:09Z")

</div>

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

---

<div class="post-metadata">

### Author: ![enzo](https://forum.crunchdao.com/user_avatar/forum.crunchdao.com/enzo/32/15_2.png) [@enzo](https://forum.crunchdao.com/u/enzo)
#### Post date: [June 24, 2026, 8:35pm UTC](https://forum.crunchdao.com/t/synthetic-price-data-cli/1168/2 "2026-06-24T20:35:30Z")

</div>

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

 ![image](https://forum.crunchdao.com/uploads/default/original/1X/c0dcd1e7eda0871a96bbb402ef7bab0f916b584e.png)

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

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

```

---

<div class="post-metadata">

### Author: ![robprofit](https://forum.crunchdao.com/user_avatar/forum.crunchdao.com/robprofit/32/877_2.png) [@robprofit](https://forum.crunchdao.com/u/robprofit)
#### Post date: [June 25, 2026, 8:39pm UTC](https://forum.crunchdao.com/t/synthetic-price-data-cli/1168/3 "2026-06-25T20:39:45Z")

</div>

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 ?

---

<div class="post-metadata">

### Author: ![enzo](https://forum.crunchdao.com/user_avatar/forum.crunchdao.com/enzo/32/15_2.png) [@enzo](https://forum.crunchdao.com/u/enzo)
#### Post date: [June 25, 2026, 8:55pm UTC](https://forum.crunchdao.com/t/synthetic-price-data-cli/1168/4 "2026-06-25T20:55:51Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![robprofit](https://forum.crunchdao.com/user_avatar/forum.crunchdao.com/robprofit/32/877_2.png) [@robprofit](https://forum.crunchdao.com/u/robprofit)
#### Post date: [June 26, 2026, 8:49am UTC](https://forum.crunchdao.com/t/synthetic-price-data-cli/1168/5 "2026-06-26T08:49:00Z")

</div>

> [@enzo](#):
>
> `crunch push --no-pip-freeze`

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