chromium installation

lplpqq
HOBBY

2 years ago

so basically im using dataframe_image library in python which converts pandas dataframe to an .png image. but it requires chromium for conversion and how am i supposed to install it on the server?

0 Replies

lplpqq
HOBBY

2 years ago

7e6798b4-612a-4ee5-bc3f-5f8d7d127a4c


2 years ago

you could use playwright to install chromium?
they provide a simple command to do it:

playwright install --with-deps chromium

lplpqq
HOBBY

2 years ago

where should i put that?


2 years ago

you could get this command ran during build by providing a nixpacks.toml file like this one

[phases.chromium]
  dependsOn = ['install']
  cmds = ['playwright install --with-deps chromium']

lplpqq
HOBBY

2 years ago

ok, thanks, ill give it a try


lplpqq
HOBBY

2 years ago



lplpqq
HOBBY

2 years ago

dataframe_image uses it somehow to convert pandas to image


lplpqq
HOBBY

2 years ago

and it works great on my local machine


2 years ago

yeah but running chrome is going to increase your costs, surely you've seen the chrome eats ram memes


lplpqq
HOBBY

2 years ago

so you suppose that this thing would be enough?


2 years ago

can't hurt to try


lplpqq
HOBBY

2 years ago

0.235 /bin/bash: line 1: playwright: command not found


2 years ago

playwright is a python package, thus you would need to specify it in your requirements.txt file


lplpqq
HOBBY

2 years ago

aight


lplpqq
HOBBY

2 years ago

same thing


lplpqq
HOBBY

2 years ago


2 years ago

build logs please


lplpqq
HOBBY

2 years ago

what is it for?


lplpqq
HOBBY

2 years ago

i mean, i dont get the guide


lplpqq
HOBBY

2 years ago


lplpqq
HOBBY

2 years ago

?


lplpqq
HOBBY

2 years ago

why did my app stop showing any logs


lplpqq
HOBBY

2 years ago

man, so how am i suppposed to install chromium, could you help me please


lplpqq
HOBBY

2 years ago

im ready to provide anything


lplpqq
HOBBY

2 years ago


lplpqq
HOBBY

2 years ago

here is the log


2 years ago

this is community support, and on top of that, it's the weekend, please be patient