Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message That appeared today #126

Closed
Jacques2101 opened this issue Jan 28, 2025 · 0 comments
Closed

Error message That appeared today #126

Jacques2101 opened this issue Jan 28, 2025 · 0 comments

Comments

@Jacques2101
Copy link

Jacques2101 commented Jan 28, 2025

Hi
I used a sort of program that did the same as the following One.
Yesterday it worked fine but today i had this error message.
I did not change anything from yesterday to today and i don’t know why i received this error message

Any help would be really great !

‘’’
import pandas as pd
import dataframe_image as dfi

Créer un DataFrame simple

data = {
"Indice": ["S&P 500", "NASDAQ 100", "DAX 40"],
"Perf 1M (%)": [2.1, 3.4, -0.8],
"Perf YTD (%)": [15.3, 20.5, 10.1]
}
df = pd.DataFrame(data)

dfi.export(df, "test_table_plain.png")
‘’’

CalledProcessError: Command '['--enable-logging', '--disable-gpu', '--headless=old', '--crash-dumps-dir=C:\Users\JacquesTebeka\.dataframe_image\tmp0o9w6dyr', '--force-device-scale-factor=1', '--window-size=1400,900', '--hide-scrollbars', '--screenshot=C:\Users\JacquesTebeka\.dataframe_image\tmp0o9w6dyr\temp.png', 'C:\Users\JacquesTebeka\.dataframe_image\tmp0o9w6dyr\temp.html']' returned non-zero exit status 1.

@Jacques2101 Jacques2101 changed the title Error message Thatcher appeared today Error message That appeared today Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants