Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with missing scipy package #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

itsonlyjames
Copy link

@itsonlyjames itsonlyjames commented Jun 23, 2024

Couldn't install the blender add-on due to this error message:

Traceback (most recent call last):
  File "/Applications/Blender.app/Contents/Resources/3.6/scripts/modules/addon_utils.py", line 333, in enable
    mod = __import__(module_name)
  File "Library/Application Support/Blender/3.6/scripts/addons/BlenderSpike/__init__.py", line 45, in <module>
    from .neuron_builder import NeuronBuilderProps, BLENDERSPIKE_OT_NeuronBuilder
  File "Library/Application Support/Blender/3.6/scripts/addons/BlenderSpike/neuron_builder.py", line 4, in <module>
    from .utils import linear_interpolation
  File "Library/Application Support/Blender/3.6/scripts/addons/BlenderSpike/utils.py", line 2, in <module>
    from scipy.interpolate import interp1d
ModuleNotFoundError: No module named 'scipy'

Requiring scipy in the init script fixed the issue for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant