Skip to content
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

Error when running example data #53

Open
HenryLikesGlaciers opened this issue Aug 3, 2023 · 1 comment
Open

Error when running example data #53

HenryLikesGlaciers opened this issue Aug 3, 2023 · 1 comment

Comments

@HenryLikesGlaciers
Copy link

Hi team,

I'm using Cosipy on my windows laptop for a point energy balance of a glacier for my Masters Dissertation but have run into an error in the example data which I suspect is related to a port issue. I believe a similar issue occurs when attempting to run Cosipy on my university institution computers which restrict the port features for security purposes. The console repeats:

Traceback (most recent call last):
File "C:\Users\Henry\anaconda3\envs\runCOSIPY\lib\site-packages\distributed\worker.py", line 1200, in get_data
response = await comm.read(deserializers=serializers)
File "C:\Users\Henry\anaconda3\envs\runCOSIPY\lib\site-packages\distributed\comm\tcp.py", line 204, in read
convert_stream_closed_error(self, e)
File "C:\Users\Henry\anaconda3\envs\runCOSIPY\lib\site-packages\distributed\comm\tcp.py", line 132, in convert_stream_closed_error
raise CommClosedError("in %s: %s" % (obj, exc))
distributed.comm.core.CommClosedError: in : Stream is closed
distributed.core - INFO - Lost connection to 'tcp://127.0.0.1:50399': in : Stream is closed
distributed.worker - INFO - Stopping worker at tcp://127.0.0.1:50371
distributed.nanny - INFO - Worker closed
distributed.worker - ERROR - failed during get data with tcp://127.0.0.1:50374 -> None
Traceback (most recent call last):
File "C:\Users\Henry\anaconda3\envs\runCOSIPY\lib\site-packages\distributed\comm\tcp.py", line 184, in read
n_frames = await stream.read_bytes(8)
tornado.iostream.StreamClosedError: Stream is closed

During handling of the above exception, another exception occurred:

Any guidance or advice on what the error could be would be hugely appreciated.

@AnsArn
Copy link
Collaborator

AnsArn commented Aug 9, 2023

Hey, which version of distributed is installed in your anaconda3 environment? Can you try with a version <=2.5.2 if not already done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants