def run(self): # Disabling parallel build for now. It causes issues on multiple # platforms with concurrent file access causing odd build errors #self.parallel = multiprocessing.cpu_count() build_ext.run(self)