-
Notifications
You must be signed in to change notification settings - Fork 48
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
imp library no longer supported in python 3.12 #95
Comments
Any help, advice for my issue (see my previous post)...?? |
I had same problem with rflint.py and was able to fix it. Here are the instructions how I fixed my problem. Hopefully this helps someone to fix theirs. Edit rflint.py in the directory where it complains about it, then make the following changes. Old line commented out, new one inserted. In my rflint.py there was only one appearance of both lines that needed to be replaced. See below:
Let's hope this helps :) |
.. Or you can use robocop for linting :) (shameless plug as I have been browsing through some issues and end up there) |
https://docs.python.org/3.11/library/imp.html
Get this error when attempting to run robot scripts when 3.12 is installed.
Error: Cannot load Python class for task:
No module named 'imp'
The text was updated successfully, but these errors were encountered: