# Guild run hangs / very slow

**URL:** https://guildai.org/t/guild-run-hangs-very-slow/362
**Category:** Troubleshooting
**Created:** [October 3, 2020, 12:33am UTC](https://guildai.org/t/guild-run-hangs-very-slow/362 "2020-10-03T00:33:41Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![copah](https://avatars.discourse-cdn.com/v4/letter/c/9fc29f/32.png) [@copah](https://guildai.org/u/copah)
#### Post date: [October 3, 2020, 12:33am UTC](https://guildai.org/t/guild-run-hangs-very-slow/362/1 "2020-10-03T00:33:41Z")

</div>

I have successfully used guild in some older project, but in this new project I am having a hard time debugging what is going on.

I am trying to do:

```
guild run model:train -y

```

But the operation hangs without any output to the console.

If I do

```
guild run model:train -y --print-cmd

```

And execute it directly with python and exact same arguments it gets executed right away.

How do I debug this behavior?

---

<div class="post-metadata">

### Author: ![garrett](https://yyz1.discourse-cdn.com/flex031/user_avatar/guildai.org/garrett/32/224_2.png) [@garrett](https://guildai.org/u/garrett)
#### Post date: [October 4, 2020, 3:25pm UTC](https://guildai.org/t/guild-run-hangs-very-slow/362/2 "2020-10-04T15:25:35Z")

</div>

Could you run `guild --debug run model:train` and past the output here? Note that `--debug` must occur between `guild` and `run` and that you’re omitting `-y`. We want to see where things get stuck.

Please spot-check for any private/sensitive data such as hostnames, paths, secrets, etc. and remove those before posting.

---

<div class="post-metadata">

### Author: ![copah](https://avatars.discourse-cdn.com/v4/letter/c/9fc29f/32.png) [@copah](https://guildai.org/u/copah)
#### Post date: [October 8, 2020, 5:52pm UTC](https://guildai.org/t/guild-run-hangs-very-slow/362/3 "2020-10-08T17:52:05Z")

</div>

Sorry for the late reply. I wasn’t aware of the `--debug` option. The issue went away after a reboot, so this can be closed. Thank you for the fast reply.
