-
Notifications
You must be signed in to change notification settings - Fork 60
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
Install fails with "ModuleNotFoundError: No module named 'imp'" #68
Comments
See #63 and in particular #63 (comment) |
So I am experiencing the issue because this pull request is not yet merged? (I'm kinda just guessing here) If it is preventing even installation, is this not an urgent issue? Is there any kind of timeline on when the pr might get merged? |
You are trying to use python 3.12.
No. Toolong supports python 3.8. you are trying to use a newer python version. https://github.com/Textualize/toolong/blob/main/pyproject.toml
No timeline. It's a question of when the maintainer has time or inclination to look at it. I created the PR because I wanted to use a newer version of Textual with toolong, and that required a newer version of python. HTH. |
Toolong doesn't use if it doesn't run with Python 3.12, try using 3.11
|
Describe the bug
Python 3.12+ is currently unsupported, trying to install
tl
will result in an error due to missing theimp
module.Expected Behavior
Install successfully with no error.
Current Behavior
Install will produce an error that says:
According to the Python documentation,
imp
was deprecated in Python 3.4, and removed in 3.12.Steps to Reproduce
tl
withpipx install tl
orpip install tl
Logs
Context (Environment)
Please Note: I am not a developer and don't really know what I am doing. I am posting this bug report using a similar one I found on another project as a template. So if you have any question or need anything, please provide explicit instructions to me on how to get the information you need so that I may properly report back to you in a useful way. Thank you.
The text was updated successfully, but these errors were encountered: