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
After loading the datasets in this repository, I've had difficulty plotting the data. The program aborts immediately after I attempt to plot the data. Here are some of the error codes that I've been getting.
This error was received while attempting to load the heart_disease.csv file.
This error was received while attempting to plot the data fisher_iris.csv.
Additional Info:
Python 3.11.5
macOS Sonoma with M2 Pro chip
The text was updated successfully, but these errors were encountered:
Thank you for the issue submission. We are working to debug the application for the Mac platform, we currently have only developed on Windows and Linux platforms. From the stack trace it appears the GlClear call on Mac is throwing an issue on the platform where OpenGL was deprecated, however, maybe we can wrap the context handling for mac to better support this platform which I am looking into.
After loading the datasets in this repository, I've had difficulty plotting the data. The program aborts immediately after I attempt to plot the data. Here are some of the error codes that I've been getting.
This error was received while attempting to load the heart_disease.csv file.
This error was received while attempting to plot the data fisher_iris.csv.
Additional Info:
Python 3.11.5
macOS Sonoma with M2 Pro chip
The text was updated successfully, but these errors were encountered: