You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "testhsnelouvain.py", line 5, in
import community as community_louvain
File "C:\Users\bvanlew\Anaconda3\envs\p37hsnedemo\lib\site-packages\community_init_.py", line 9, in
from .community_louvain import (
File "C:\Users\bvanlew\Anaconda3\envs\p37hsnedemo\lib\site-packages\community\community_louvain.py", line 12, in
import networkx as nx
File "C:\Users\bvanlew\Anaconda3\envs\p37hsnedemo\lib\site-packages\networkx_init_.py", line 112, in
import networkx.generators
File "C:\Users\bvanlew\Anaconda3\envs\p37hsnedemo\lib\site-packages\networkx\generators_init_.py", line 8, in
from networkx.generators.community import *
File "C:\Users\bvanlew\Anaconda3\envs\p37hsnedemo\lib\site-packages\networkx\generators\community.py", line 20, in
from scipy.special import zeta as zeta
File "C:\Users\bvanlew\Anaconda3\envs\p37hsnedemo\lib\site-packages\scipy_init.py", line 136, in
from . import distributor_init
File "C:\Users\bvanlew\Anaconda3\envs\p37hsnedemo\lib\site-packages\scipy_distributor_init.py", line 61, in
WinDLL(os.path.abspath(filename))
File "C:\Users\bvanlew\Anaconda3\envs\p37hsnedemo\lib\ctypes_init.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found
The text was updated successfully, but these errors were encountered:
Appears to have been reported in scipy scipy/scipy#12400. Even though it suggests that this has been fixed in 1.5.1 neither 1.5.1 or 1.5.2 of scipy fix the issue. Downgrading to 1.4.1 is still currently the workaround
The text was updated successfully, but these errors were encountered: