https://www.orchest.io/ logo
l

Lex Avstreikh

10/13/2022, 1:57 PM
I have an issue that seem to be related to the os for orchest app; In a notebook I am am doing an export with
dfi.export(styled_table, 'somepng.png')
and it gives me back
OSError: Chrome executable not able to be found on your machine
in the log of the notebook tried to install
apt install chromium-chromedriver
but does not seem to change anything. any clue?
y

Yannick

10/13/2022, 2:02 PM
Just to be sure, did you run
apt install chromium-chromedriver
within an Environment? If so, you need to restart the kernel to make sure it uses the newly built Environment. Does that solve the issue for you?
l

Lex Avstreikh

10/13/2022, 2:04 PM
I had rebuilt the env which didnt work. I just did however find a workaround by adding ; table_conversion = ‘matplotlib’ to my dfi.export but it also required to add.
pip install lxml
to the env.
👍 1
sorry for spamming tho, seems I always find the solution only when I ask the question 🙂
y

Yannick

10/13/2022, 5:24 PM
Please keep spamming. Definitely helpful for us to identify parts of the product that can be improved. Glad that you managed to resolve the issue 🙌
🙌 1
2 Views