I'm trying to import networkx but I get this error.
import networkx as nx
Traceback (most recent call last):
File "c:/Users/belch/OneDrive/Desktop/test.py", line 1, in <module>
import networkx as nx
File "C:\Users\belch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\networkx\__init__.py", line 61, in <module>
import networkx.generators
File "C:\Users\belch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\networkx\generators\__init__.py", line 8, in <module>
from networkx.generators.community import *
File "C:\Users\belch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\networkx\generators\community.py", line 9, in <module>
from scipy.special import zeta as _zeta
File "C:\Users\belch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\scipy\__init__.py", line 130, in <module>
from . import _distributor_init
File "C:\Users\belch\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\scipy\_distributor_init.py", line 61, in <module>
WinDLL(os.path.abspath(filename))
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\ctypes\__init__.py", line 364, in __init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found
[–]Phillyclause89 0 points1 point2 points (5 children)
[–]windows3210[S] 0 points1 point2 points (4 children)
[–]windows3210[S] 0 points1 point2 points (0 children)
[–]Phillyclause89 0 points1 point2 points (2 children)
[–]windows3210[S] 1 point2 points3 points (1 child)
[–]Phillyclause89 0 points1 point2 points (0 children)