-
Notifications
You must be signed in to change notification settings - Fork 189
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
pyimport_conda
doesn't seem to handle superseded packages correction.
#640
Comments
pyimport_conda
doesn't seem to handling superseded packages correction.pyimport_conda
doesn't seem to handle superseded packages correction.
I'll note that explicitly adding |
I think Also, for case like this, resurrecting |
Looks like |
I think specifying conda package version in |
Recently the main conda channel added keras-2.2.4, but some of our internal legacy code requires 1.2.2. As a result, we've been getting this superseded notice:
Normally this isn't an issue, but it
pyimport_conda
doesn't seem to finding the downgraded version:It seems that simply re-loading the package that's using
pyimport_conda
in the__init__
resolves the issue.The text was updated successfully, but these errors were encountered: