MIC-DKFZ / batchgenerators

A framework for data augmentation for 2D and 3D image classification and segmentation
Apache License 2.0
1.09k stars 221 forks source link

builtins #12

Closed red-lighting closed 5 years ago

red-lighting commented 5 years ago

Hello! Thanks for your code firstly. It looks pretty good. But where is the model named ' builtins '? Thanks for your help.

FabianIsensee commented 5 years ago

Hi, builtins should be part of the python standard library and they should be present from the get-go. Maybe you need to install python-dev? Best, Fabian