You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: