-
Notifications
You must be signed in to change notification settings - Fork 47
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
ImportError: cannot import name 'deprecated_arg_names' from 'scanpy._utils' since scanpy 1.10.0 release #1183
Comments
Got removed with scverse/scanpy@266c054 |
Yes... As a temp measure downgrading to scanpy=1.9.8 seems to work.. |
Hey all, When I was working on a separate issue I found that if you simply comment out the line that attempts to import deprecated_arg_names from scanpy._utils the rest of the code runs fine. Since this is just a warning about which function names are deprecated, I think this is a decent solution for now (especially since no downgrades are needed). |
Possibly related... When attempting to predict the terminal states for my samples I noticed that, if one attempts to print the ```names`` variable petscpy has an error:
Authors (@michalk8), if you'd like to have me post a separate issue since this is a different package please let me know. |
At the moment commenting out lines 17 and 72 from file |
closed via #1184 |
The text was updated successfully, but these errors were encountered: