I'm running Thonny on Windows 7 64 bits OS and I installed the arcade library , but when I try to run an example from the arcade libray I get the following errors:
Traceback (most recent call last):
File "D:\Users\duranys\AppData\Local\thonny-DURANYS\starting_template.py", line 8, in <module>
import arcade
File "D:\Users\duranys\AppData\Local\Programs\Thonny\lib\site-packages\arcade\__init__.py", line 194, in <module>
from .geometry import are_polygons_intersecting
File "D:\Users\duranys\AppData\Local\Programs\Thonny\lib\site-packages\arcade\geometry.py", line 4, in <module>
from shapely import speedups # type: ignore
File "D:\Users\duranys\AppData\Local\Programs\Thonny\lib\site-packages\shapely\speedups\__init__.py", line 4, in <module>
from shapely.geometry import linestring, polygon
File "D:\Users\duranys\AppData\Local\Programs\Thonny\lib\site-packages\shapely\geometry\__init__.py", line 4, in <module>
from .base import CAP_STYLE, JOIN_STYLE
File "D:\Users\duranys\AppData\Local\Programs\Thonny\lib\site-packages\shapely\geometry\base.py", line 19, in <module>
from shapely.coords import CoordinateSequence
File "D:\Users\duranys\AppData\Local\Programs\Thonny\lib\site-packages\shapely\coords.py", line 8, in <module>
from shapely.geos import lgeos
File "D:\Users\duranys\AppData\Local\Programs\Thonny\lib\site-packages\shapely\geos.py", line 169, in <module>
_lgeos = load_dll("geos_c.dll")
File "D:\Users\duranys\AppData\Local\Programs\Thonny\lib\site-packages\shapely\geos.py", line 62, in load_dll
libname, fallbacks or []))
OSError: Could not find lib geos_c.dll or load any of its variants [].