DrInfy / DrInfy/sharpy-starter-bot
ImportError: DLL load failed while importing sc2pathlib: The parameter is incorrect.
- Dominant language
- Python
- Stars
- 18
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
```C:\Users\sirda\sharpy-starter-bot>python run_custom.py -m EverDreamLE -p1 zergbot -p2 ai
Traceback (most recent call last):
File "run_custom.py", line 4, in
from protossbot.bot import ProtossBot
File "C:\Users\sirda\sharpy-starter-bot\protossbot\bot.py", line 5, in
from sharpy.knowledges import KnowledgeBot
File "sharpy-sc2\sharpy\knowledges\__init__.py", line 1, in
from .knowledge import Knowledge
File "sharpy-sc2\sharpy\knowledges\knowledge.py", line 9, in
from sharpy.managers.core import *
File "sharpy-sc2\sharpy\managers\__init__.py", line 1, in
from sharpy.managers.core.manager_base import ManagerBase
File "sharpy-sc2\sharpy\managers\core\__init__.py", line 8, in
from .zone_manager import ZoneManager
File "sharpy-sc2\sharpy\managers\core\zone_manager.py", line 6, in
import sc2pathlibp
File "sharpy-sc2\sc2pathlibp\__init__.py", line 1, in
from .path_finder import PathFinder
File "sharpy-sc2\sc2pathlibp\path_finder.py", line 1, in
from .sc2pathlib import PathFind
ImportError: DLL load failed while importing sc2pathlib: The parameter is incorrect.
```
What would this mean? I just downloaded the repo and pip installed the modules.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.