Yair M
Yair M
By looking at your log it seems the error is raised when trying to build numpy. It seems, that when building scipy and other dependencies, the wheel building of these...
@Yarden92 You're welcome. Always happy to help. I'll try to explain, and you're welcome to ask more questions. When you install packages via pip, basically there are two options for...
@prasadtiru thanks for the response. I'm using version 1.7.2 of `fjagepy`, and version 3.1.2 of `unetpy`.
@mchitre I'm aware of the distinction. Which of these behaviors do you see more desirable? Do you want the server to shutdown whenever a clients closes the connection?
@mchitre That's why I see the current behavior as unexpected / possibly a bug.
@notthetup I followed the example given in the Unet stack handbook to the word. So I believe you can easily reproduce it. The example in bottom [here](https://unetstack.net/handbook/unet-handbook_baseband_service.html) (section 16.6). As...
As a side note, when following the example in the the unet stack handbook, I noticed that trying to call access the notification given by the gateway after it closed...
@prasadtiru Is it possible that the IPython implementation is different? I ran it again now and noticed the following: 1. As I wrote before, when trying to close the the...
@prasadtiru @mchitre, thanks for the support. As I see you can't reproduce this, I tried something else on my end. I tried running the example by invoking the python interpreter...