Sergio
Sergio
here is the error I got: Traceback (most recent call last): File "c:\Users\user\hexgen-master\hexgen\mapgen.py", line 764, in flood found.update(flood(found, neighbor, hex_type)) File "c:\Users\user\hexgen-master\hexgen\mapgen.py", line 764, in flood found.update(flood(found, neighbor, hex_type)) File...
After some debugging I have come to the conclusion that the code that makes the program stop is ``` model.predict() ``` I can use all other opencv functions perfectly well....
After some debugging I found that the terminal did start, so there is no problem. I was just expecting the bot to send back the text in the terminal
I just noticed that in the screen shot you provide, there is a terminal. It isn't showing up for me
I am running it on an Ubuntu 22.04 computer with Python 3.10.4
You should enclose the command in parentheses like this: print(string) Hope that works for you! If you see any more related errors do the same. (By the way if you...
Thank you for responding! I do not have a screenshot of the menu, but I did check the rest of the network menu myself too. I saw the unusual network...
I would also be interested in an arm64 build. Raspberry Pis are useful for local servers, so you should support them. If you can't, you could make a docker image...
If you want to use it on the Raspberry Pi, you can build it yourself. You could try running this in your terminal. ```bash git clone https://github.com/mattermost/focalboard cd focalboard docker...
@Okazakee > It would be nice to let it run on my rpi4, no reason to not include arm if it's not much hustle for the devs. Focalboard's native builds...