Can someone help with this issue?:;
Traceback (most recent call last): File "C:\Users\user\AppData\Roaming\inkscape\extensions\delaunay\delaunay.py", line 30, in <module> from scipy.spatial import DelaunayModuleNotFoundError: No module named 'scipy'
I'm using Ubuntu 21.10
I'm not sure how this works on Windows.
https://pypi.org/project/scipy/
pip install scipy
Can someone help with this issue?:;
Traceback (most recent call last):
File "C:\Users\user\AppData\Roaming\inkscape\extensions\delaunay\delaunay.py", line 30, in <module>
from scipy.spatial import Delaunay
ModuleNotFoundError: No module named 'scipy'
I'm using Ubuntu 21.10
I'm not sure how this works on Windows.
https://pypi.org/project/scipy/
pip install scipy