Skip to content

ImportError: DLL load failed while importing sc2pathlib: The parameter is incorrect. #3

@danielchen0

Description

@danielchen0
Traceback (most recent call last):
  File "run_custom.py", line 4, in <module>
    from protossbot.bot import ProtossBot
  File "C:\Users\sirda\sharpy-starter-bot\protossbot\bot.py", line 5, in <module>
    from sharpy.knowledges import KnowledgeBot
  File "sharpy-sc2\sharpy\knowledges\__init__.py", line 1, in <module>
    from .knowledge import Knowledge
  File "sharpy-sc2\sharpy\knowledges\knowledge.py", line 9, in <module>
    from sharpy.managers.core import *
  File "sharpy-sc2\sharpy\managers\__init__.py", line 1, in <module>
    from sharpy.managers.core.manager_base import ManagerBase
  File "sharpy-sc2\sharpy\managers\core\__init__.py", line 8, in <module>
    from .zone_manager import ZoneManager
  File "sharpy-sc2\sharpy\managers\core\zone_manager.py", line 6, in <module>
    import sc2pathlibp
  File "sharpy-sc2\sc2pathlibp\__init__.py", line 1, in <module>
    from .path_finder import PathFinder
  File "sharpy-sc2\sc2pathlibp\path_finder.py", line 1, in <module>
    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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions