<@ULVA73B9P> On prefect 2.18.3, I periodically get...
# ask-marvin
c
@Marvin On prefect 2.18.3, I periodically get an error on my server, causing the UI to not load/freeze: ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
m
It looks like there is an error related to running Prefect on Windows mentioned in a GitHub issue: 2.10.17 will not start on windows host. The problem is described as follows: - Bug Summary: There was a dependency introduced that is only available on \*nix systems, which caused
prefect server start
to fail on Windows. - Reproduction: Running
prefect server start
or any Prefect command on a Windows system leads to failure. Unfortunately, I couldn't retrieve search results from the Prefect documentation due to an error. Here's what you could try to resolve the connection issue: 1. Check Network Stability: Ensure that your network connection is stable. Connection resets can sometimes result from intermittent network issues. 2. Update Prefect: Ensure you are running the latest version of Prefect, as bug fixes and improvements are introduced regularly. You can check for the latest version and update using:
Copy code
pip install --upgrade prefect
3. Review Prefect Configuration: Ensure that your Prefect configuration is set correctly for your operating system. If these steps don't resolve the issue, you might want to check for other GitHub issues or open a new one specifying your problem in detail. If you need more specific guidance, feel free to provide additional context or details about your setup and error logs.