Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - ERROR INSTALATION #95

Open
TheMachineplus opened this issue Oct 9, 2024 · 0 comments
Open

[BUG] - ERROR INSTALATION #95

TheMachineplus opened this issue Oct 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@TheMachineplus
Copy link

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>

@TheMachineplus TheMachineplus added the bug Something isn't working label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant