Static site build failed: /home/render/python-env.sh: line 114: poetry: command not found

My static site builds started failing all of a sudden with the following error:

/home/render/python-env.sh: line 114: poetry: command not found

(This is a static site using hugo, that was building fine till earlier today, when the build just stopped working with the python/poetry error)

Here is the full build log, for reference:
(Direct link: Render · The Easiest Cloud For All Your Apps )

Jun 22 01:00:31 PM  ==> Cloning from https://github.com/debajit/debajit.com-hugo...
Jun 22 01:00:32 PM  ==> Syncing Git submodules
Jun 22 01:00:32 PM  ==> Checking out commit 5d3193105e75cf60ae2da4533eef0b35918ff2eb in branch main
Jun 22 01:00:35 PM  ==> Downloading cache...
Jun 22 01:00:47 PM  ==> Using Node version 14.17.0 (default)
Jun 22 01:00:47 PM  ==> Docs on specifying a Node version: https://render.com/docs/node-version
Jun 22 01:00:47 PM  ==> Using Node version 14.17.0 (default)
Jun 22 01:00:47 PM  ==> Docs on specifying a Node version: https://render.com/docs/node-version
Jun 22 01:00:47 PM  ==> Using Ruby version 2.6.8 (default)
Jun 22 01:00:47 PM  ==> Docs on specifying a Ruby version: https://render.com/docs/ruby-version
Jun 22 01:00:45 PM  ==> Transferred 18MB in 7s. Extraction took 1s.
Jun 22 01:01:17 PM  ==> Installing dependencies with npm...
Jun 22 01:01:20 PM  audited 271 packages in 1.742s
Jun 22 01:01:20 PM  
Jun 22 01:01:20 PM  33 packages are looking for funding
Jun 22 01:01:20 PM    run `npm fund` for details
Jun 22 01:01:20 PM  
Jun 22 01:01:20 PM  found 89 vulnerabilities (84 moderate, 4 high, 1 critical)
Jun 22 01:01:20 PM    run `npm audit fix` to fix them, or `npm audit` for details
Jun 22 01:01:22 PM  audited 271 packages in 1.889s
Jun 22 01:01:22 PM  
Jun 22 01:01:22 PM  33 packages are looking for funding
Jun 22 01:01:22 PM    run `npm fund` for details
Jun 22 01:01:22 PM  
Jun 22 01:01:22 PM  found 89 vulnerabilities (84 moderate, 4 high, 1 critical)
Jun 22 01:01:22 PM    run `npm audit fix` to fix them, or `npm audit` for details
Jun 22 01:01:32 PM  ==> Using Python version 3.7.10 (default)
Jun 22 01:01:32 PM  ==> Docs on specifying a Python version: https://render.com/docs/python-version
Jun 22 01:01:36 PM  /home/render/python-env.sh: line 114: poetry: command not found
4 Likes

I got the same thing happening for my React App hosted as a Static Site. Thinking this will get fixed soon.

2 Likes

I am getting the same error this morning trying to deploy my static app. Never had an issue before with last successful deploy a few weeks ago. I assume this is something the Render folk will fix…?

3 Likes

Same error, static site using Node pulling from GitHub

4 Likes

failing for us too, node.js static site pulling from github as well

2 Likes

I’m glad I came here, cause I’m having the same issue, thought it was just me.

1 Like

Am getting the same error guys.

1 Like

I had a successful deployment a few hrs ago.

1 Like

Ah, I thought it was just me as well. I had just refactored my build steps so I thought that was the culprit. I deleted the site and restarted it (pretty quick to do). But now it’s just handing on “deploying…” without any output.

1 Like

seems to be working again now…

1 Like

Yeah it’s working now.

Yup, back online for me as well.

fxw3

1 Like

Yep, worked for me as well. Thanks, Render crew.

1 Like

Working for me as well now. Thanks render.com team.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.