-
Notifications
You must be signed in to change notification settings - Fork 19
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
ModuleNotFoundError: No module named 'imp' #89
Comments
Thanks for noting this. In python 3.10,
@pentyum would you be willing to make a speclite PR that replaces imp with importlib? I'm not sure if that is a drop-in replacement or requires some syntax changes to how it is used. If you can't do this, ok, we'll put it on our to-do list but there will be some delay before we find time to update this. Also, side note: I don't recognize your github user name but see you have popped up on several DESI-related repos recently; thanks for those reports and fixes. If you are a DESI collaborator, please message me on the DESI slack so that we have some context about who this is, and establish an alternate non-github communication channel as well. Thanks. |
@pentyum update: now I see on desigal that you already identified that you are not a desi collaborator. Thanks for your interest in DESI data and patience and contributions to our code. |
Technical note: the import error is not in |
Cannot install speclite on Python 3.12, because Python 3.12 has removed the imp package.
The text was updated successfully, but these errors were encountered: