Skip to content
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 'get_ref_type' from 'omegaconf._utils' #1148

Open
fakerybakery opened this issue Jan 8, 2024 · 1 comment

Comments

@fakerybakery
Copy link

Hi,
I'm using an upstream project and getting "ImportError: cannot import name 'get_ref_type' from 'omegaconf._utils'" - might it be possible to add back get_ref_type to the _utils file?
Thank you!

@odelalleau
Copy link
Collaborator

The _ in _utils indicates this is private API that is subject to change without notice => third party libraries are not supposed to rely it.

This probably means that this code was written for a specific version of OmegaConf and you should use that version instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants