pyvista / pyacvd

Python implementation of surface mesh resampling algorithm ACVD
MIT License
202 stars 16 forks source link

AttributeError: 'dict' object has no attribute '__NUMPY_SETUP__' #21

Closed icanhasmath closed 2 years ago

icanhasmath commented 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

icanhasmath commented 2 years ago

Proposed Fix: https://github.com/pyvista/pyacvd/pull/22