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

Issue with the line from online_norm_pytorch import _C #23

Open
Scienceseb opened this issue Sep 22, 2021 · 2 comments
Open

Issue with the line from online_norm_pytorch import _C #23

Scienceseb opened this issue Sep 22, 2021 · 2 comments

Comments

@Scienceseb
Copy link

Hello!

I got the following error while using your online normalization pytorch.

ImportError: cannot import name '_C' from partially initialized module 'online_norm_pytorch' (most likely due to a circular import)

Also there is no _C file in online_norm_pytorch, so it is normal that the line :
from online_norm_pytorch import _C make the code crash. Where is this _C ?

Thanks for your help

@StonERMax
Copy link

Have u solved the problem? Seemingly l have met the same issue.

@vchiley
Copy link
Contributor

vchiley commented Oct 19, 2021

This looks like you didn't compile / install it correctly.
My answer would probably be similar to the answer here

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

3 participants