Closed icanhasmath closed 2 years ago
File "setup.py", line 39, in finalize_options __builtins__.__NUMPY_SETUP__ = False AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__'
Builtins is not innately supported : Referring to this Example
Proposed Fix: https://github.com/pyvista/pyacvd/pull/22
Builtins is not innately supported : Referring to this Example