We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ronf/asyncssh#537 (comment)
The text was updated successfully, but these errors were encountered:
To fix that problem, I commented a part of the code in file fsspec/asyn.py.
@contextmanager def _selector_policy(): original_policy = asyncio.get_event_loop_policy() try: # if ( # sys.version_info >= (3, 8) # and os.name == "nt" # and hasattr(asyncio, "WindowsSelectorEventLoopPolicy") # ): # asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) yield finally: asyncio.set_event_loop_policy(original_policy)
Sorry, something went wrong.
@SlavaDm Thanks for trying it out!
Ok, looks like we need to reconsider fsspec/filesystem_spec#656
No branches or pull requests
ronf/asyncssh#537 (comment)
The text was updated successfully, but these errors were encountered: