-
Notifications
You must be signed in to change notification settings - Fork 62
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 when starting. #94
Comments
get same error when running unittests |
Describe the bug
when running poetry install i get and error saying :
and whe ntrying to run the bot with poetry run python main.py there is an error after a few seconds.
$ poetry run python main.py
after trying to debug abit it looks like the problem that buildFloorsPaths.py is never ran so radar/npys/floorsPathsSqms.npy is never created.
To Reproduce
Steps to reproduce the behavior:
clean project
poetry install
poetry run python main.py
Expected behavior
expect radar/npys/floorsPathsSqms.npy to exist
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: