However when i run python main.py, I get the following errors:
[INFO]: * recording
Client started
[INFO]: Waiting for server ready ...
[INFO]: Server Ready!
libc++abi: terminating
zsh: abort python main.py
I have tried a fresh install on a fresh conda environment with the same issue. I have around 8GB of memory still free so it shouldn't be an out-of-memory issue.
Hello, I managed to run the server successfully and have the following client code:
However when i run
python main.py
, I get the following errors:I have tried a fresh install on a fresh conda environment with the same issue. I have around 8GB of memory still free so it shouldn't be an out-of-memory issue.
Any help is appreciated, thanks!