-
Notifications
You must be signed in to change notification settings - Fork 64
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
Unable to start multprocTCPBase on thespian shell #74
Comments
Howdy. Regarding the shell start, the base has an “i” in multi - multiprocTCPBase. |
@dpeschman Thank you very much for your observation! That was a very stupid error... However, I am still unable to create the actor system:
Any idea? |
This may be due to some Windows firewall or virus protection. You might
check those settings, or try a different port (those above 16384 are
commonly used for users).
…On Tue, Sep 24, 2024, 14:43 jemferraz ***@***.***> wrote:
@dpeschman <https://github.com/dpeschman> Thank you very much for your
observation! That was a very stupid error...
However, I am still unable to create the actor system:
Microsoft Windows [Version 10.0.19045.4894]
(c) Microsoft Corporation. All rights reserved.
C:\Users\josee>d:
D:\>cd D:\Dados\quant\research\actor_model
D:\Dados\quant\research\actor_model>cd
D:\Dados\quant\research\actor_model
D:\Dados\quant\research\actor_model>python -m thespian.shell
Thespian Actor shell. Type help or '?' to list commands.'
thespian> start multiprocTCPBase
Starting multiprocTCPBase ActorSystem
Capabilities: {}
***ERROR from Actor System: ActorAddr-(T|:1900) is not a valid ActorSystem admin
thespian>
Any idea?
—
Reply to this email directly, view it on GitHub
<#74 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGAHXNRRYWBM3GURWO4PATZYF3B7AVCNFSM6AAAAABOYGQGM6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZRGUYTMMBZHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@kquick Thank you very much for your suggestions! However, after turning off both the antivirus firewall (McAfee LiveSafe) and the Windows firewall & network protection (Domain, Private and Public networks), I was still unable to start the actor system. I've also tried to use different ports (1901 and 16385), and I've also added an
Sorry to bother, but do you have any suggestion? Do you think that there might be a problem in the hardware (I am currently testing using a Dell Inspiron 7580 laptop, with Windows 10 Pro, but previously I have run the model in a different machine, a Dell desktop without any problem...)? |
This bug is a regression that was introduced after version 3.10.5. This version is still working for me with the multiprocTCPBase implementation under Windows. The newest version doesn't. |
@mistrey Ah, got it... May have to revert back to the previous version then. Thanks for the insight! |
@gbanasiak Thanks for your warning!
Perhaps this is still not the correct commit. Do you have any suggestion? |
@jemferraz #79 was not released yet. The latest release is 3.10.7 from January 2023. Can you verify the fix by installing Thespian directly from the source?
Example run:
The version was not bumped up yet in the source, so it will still show |
@gbanasiak Sure!
Thank you very much for your help!!! |
@jemferraz Note this is just a temporary solution. You should upgrade to 3.10.8 once it is released. |
@gbanasiak I'll do that as soon as it is released! |
Hi,
I've been trying to create an actor system in my windows 10 laptop, without success: I keep receiving the message
thespian.actors.InvalidActorAddress: ActorAddr-(T|:1900) is not a valid ActorSystem admin
, although this port is not being used by any program, as given bynetstat -ano -p tcp
:I then tried to start the the actor system in the thespian shell, to no avail:
I've already tried to turn off Mcafee firewall, as well as uninstall and re-install thespian, but without success.
Do you have any idea of what might be happening and what can I do?
Thank you for your attention,
The text was updated successfully, but these errors were encountered: