Skip to content

[BUG] - ERROR INSTALATION Β #95

@TheMachineplus

Description

@TheMachineplus

PS C:\Users\XTREME\Downloads\PyTibia-main> poetry run python main.py
Traceback (most recent call last):
File "C:\Users\XTREME\Downloads\PyTibia-main\main.py", line 2, in
from src.gameplay.threads.pyTibia import PyTibiaThread
File "C:\Users\XTREME\Downloads\PyTibia-main\src\gameplay\threads\pyTibia.py", line 4, in
from src.gameplay.cavebot import resolveCavebotTasks, shouldAskForCavebotTasks
File "C:\Users\XTREME\Downloads\PyTibia-main\src\gameplay\cavebot.py", line 2, in
from src.repositories.gameWindow.creatures import hasTargetToCreature
File "C:\Users\XTREME\Downloads\PyTibia-main\src\repositories\gameWindow\creatures.py", line 8, in
from src.repositories.radar.config import walkableFloorsSqms
File "C:\Users\XTREME\Downloads\PyTibia-main\src\repositories\radar\config.py", line 86, in
floorsPathsSqms = np.load(f'{currentPath}/npys/floorsPathsSqms.npy')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\XTREME\AppData\Local\pypoetry\Cache\virtualenvs\pytibia-ACqiDWIs-py3.11\Lib\site-packages\numpy\lib\npyio.py", line 427, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\XTREME\Downloads\PyTibia-main\src\repositories\radar/npys/floorsPathsSqms.npy'
PS C:\Users\XTREME\Downloads\PyTibia-main>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions