DrInfy / sc2-pathlib

Pathfinding and terrain analysis library for Starcraft 2 bot api in Rust
MIT License
14 stars 9 forks source link

Can not import on Windows #28

Open ZhiZe-ZG opened 3 years ago

ZhiZe-ZG commented 3 years ago

When I import sc2pathlib on Windows 10 it comes.

ImportError: DLL load failed while importing sc2pathlib: The specified module could not be found.

Python (3.9.6)

DrInfy commented 3 years ago

Only works with 64 bit versions. Perhaps your python is 32-bit?

zhangbo2008 commented 2 years ago

i cannot either