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
Just wanted to report an incompatibility with using SDNist on WSL (Ubuntu). Here's a log from my run:
(sdnist) dj@Ozen:~/development/SDNist$ python -m sdnist.report output/synthetic_data.csv NATIONAL
| SDNist: Deidentified Data Report Tool
|-- Creating Evaluation Report for Deidentified Data at path: output/synthetic_data.csv
|---- Loading Datasets
|------ Features (24): ['AGEP', 'DEAR', 'DENSITY', 'DEYE', 'DPHY', 'DREM', 'DVET', 'EDU', 'HISP', 'HOUSING_TYPE', 'INDP', 'INDP_CAT', 'MSP', 'NOC', 'NPF', 'OWN_RENT', 'PINCP', 'PINCP_DECILE', 'POVPIP', 'PUMA', 'PWGTP', 'RAC1P', 'SEX', 'WGTP']
|------ Deidentified Data Records Count: 27253
|------ Target Data Records Count: 27253
|---- Finished Loading Datasets | Time: 1.2s <<<<
|---- Computing Utility Scores
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, minimal, minimalegl, offscreen, vnc, webgl, xcb.
Aborted
It seems like because SDNist uses Qt, the plugin gives an error because WSL is unable to natively display graphics.
Don't think there are any plans to support WSL users, but thought I'd submit the issue anyway!
The text was updated successfully, but these errors were encountered:
Hi all,
Just wanted to report an incompatibility with using SDNist on WSL (Ubuntu). Here's a log from my run:
It seems like because SDNist uses Qt, the plugin gives an error because WSL is unable to natively display graphics.
Don't think there are any plans to support WSL users, but thought I'd submit the issue anyway!
The text was updated successfully, but these errors were encountered: