Kang Ik Kevin Cho
Kang Ik Kevin Cho
I had the same error. I think it's because `django.create_project` creates the output directory before running the `django-admin.py`. Commenting out the line below and replacing it to `pass` solved the...
Thanks for the thread about this issue. One of my data also had `DataSetTrailingPadding` in `data['global']['slices']`. Removing this label also resolved the issue of `ValueError: embedded null byte` when running...
This will also work for me. Thanks for the PR!