-
Notifications
You must be signed in to change notification settings - Fork 85
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
Deprecation warning for broken import on future Python 3.10 #78
Comments
Can confirm for the current pip release (also for python 3.10). @pekkaklarck Is it easily possible to publish a release containing the above fix? |
Hi @pekkaklarck With regards, |
Hi, I found the same problem today when setting up a new computer with python 3.10.4 and robotframework 5.0: The following change fixes the problem for me: In ...\Python\Python310\Lib\site-packages\robotremoteserver.py Regards, |
Hi @pekkaklarck, |
+1 |
I concur with the above folks, it would greatly help us if you could push a new release. |
This problem has been reported and already fixed in 2020 (#58) but there hasn't been any release after that. A bug fix release with this and other Python compatibility fixes is now planned for next Thursday. |
Closing this as a duplicate of #58. |
Already fixed #81 covers similar problem with Python 3.11. Need to think should I create v1.1.1 bug fix release with these fixes already this weekend instead of waiting for next Thursday. We could then possibly have v1.2 with other enhancements later. |
Thank you , great news! |
If we do 1.2 instead of 1.1.1, it will be a small release and should be safe to upgrade to. It would mainly (only?) add |
I was just experimenting the Example, and got the following output:
The text was updated successfully, but these errors were encountered: