gdcc / python-dvuploader

✈️ - Python package for parallel direct upload to Dataverse
MIT License
4 stars 0 forks source link

Issue with CLI uploads in Win10 #17

Open leajinks opened 1 month ago

leajinks commented 1 month ago

aiodns requires SelectorEventLoop to be the asyncio loop, which is not default on Windows. This can be changed within a python script, but is there a workaround for CLI uploads?

JR-1991 commented 1 month ago

@leajinks, thank you for bringing this issue to my attention and highlighting the conflicts between Win10 and aiodns.

Unfortunately, as I'm not a Windows user, I'm currently unable to resolve this bug effectively. However, since a workaround exists that can be used in a Python script, I would be more than happy to integrate this solution into the CLI or library for our Windows users.

Could you please share the script you have used to address this issue temporarily?