Results 111 comments of Jules Chéron

Last time I had this error It was because of a print statement, it raises this error & kill the worker. Removing the print statement & replacing it with logging...

I don't know if the drivers in this script are compatible with the XPS 9310. Regarding your error, it seems to be a network issue. Check your DNS & proxy...

I've got a FullHD touch screen & no performance issue so far. :/

About top files included in dist, I think setuptools_scm by default include files checked in VCS. I'll have to check. About the version name, by default it generates a dev...

I've removed include in `MANIFEST.in` since files tracked by VCS are by default included. Also I've removed reference to versioneer files from .lgtm & .stickler files.

@kanderso-nrel can you check building SPA C extension is still working ? Should not be a problem, setuptools build backend is still using setup.py under the hood.

I've rebased, should be good now @wholmgren

FYI CI is failing because I'm ignoring coverage on version.py & it is reducing code coverage which is making CI fails.

Do you have a minimal example ?