Open CarloLepelaars opened 1 year ago
I found that I have to export the following env variable on M1 Mac
OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
cc: @jph00
I bet this is either related or a dupe of: https://github.com/fastai/nbdev/issues/731 https://github.com/fastai/nbdev/issues/693 https://github.com/fastai/nbdev/issues/673
nbdev is working great for me on Linux VMs, but every time I try to run
nbdev_test
on my Macbook Pro M1 I run into the error below.nbdev_export
is running fine.Traceback for
nbdev_test
call:The same error occurs in a Python 3.9 environment. Am I right to think this is an issue specific to Apple M1s hardware or could it be a more general problem? I'm using
concurrent.futures.ThreadPoolExecutor
functionality in my code so it could be related to that.