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

No module named scipy #2

Open
neuro-bro opened this issue Oct 25, 2023 · 2 comments
Open

No module named scipy #2

neuro-bro opened this issue Oct 25, 2023 · 2 comments

Comments

@neuro-bro
Copy link

Hey, just tried to install the addon and I get the error:

Python: Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'scipy'

Tried to install manually from cmd at C:\Users\Me\AppData\Roaming\Blender Foundation\Blender\4.1\python\bin but I get the following when trying to import scipy in blenders console (to check if it installed, which it did).

>>>import sys
>>>sys.path.append('C:\\Users\\Me\\AppData\\Roaming\\Blender Foundation\\Blender\\4.1\\python\\lib\\site-packages')

>>>import scipy
Traceback (most recent call last):
  File "C:\Users\Me\AppData\Roaming\Blender Foundation\Blender\4.1\python\lib\site-packages\scipy\__init__.py", line 170, in <module>
    from scipy._lib._ccallback import LowLevelCallable
  File "C:\Users\Me\AppData\Roaming\Blender Foundation\Blender\4.1\python\lib\site-packages\scipy\_lib\_ccallback.py", line 1, in <module>
    from . import _ccallback_c
ImportError: cannot import name '_ccallback_c' from 'scipy._lib' (C:\Users\Me\AppData\Roaming\Blender Foundation\Blender\4.1\python\lib\site-packages\scipy\_lib\__init__.py)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "C:\Users\Me\Desktop\3D\BUILDS\daily\blender-4.1.0-alpha+daily.515d25fbedff\4.1\python\lib\code.py", line 90, in runcode
    exec(code, self.locals)
  File "<blender_console>", line 1, in <module>
  File "C:\Users\Me\AppData\Roaming\Blender Foundation\Blender\4.1\python\lib\site-packages\scipy\__init__.py", line 175, in <module>
    raise ImportError(msg) from e
ImportError: The `scipy` install you are using seems to be broken, (extension modules cannot be imported), please try reinstalling.

Setup

Win 10
Blender 4.1 (installed via Blender Launcher - Daily Alpha tab)
Using your latest release

Thanks for any help!

@rabier777
Copy link

I got the same error, did you ever figure it out??

@itsonlyjames
Copy link

I faced this same issue and fixed in this PR: #3

Easy fix to copy, but should be merged in soon 👍

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

No branches or pull requests

3 participants