You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a pip install for a django backend and I get this message
File "C:.venv\lib\site-packages\nnabla_init_.py", line 18, in
from . import _init # Must be imported first
ImportError: cannot import name 'init' from partially initialized module 'nnabla' (most likely due to a circular import) (C:.venv\lib\site-packages\nnabla_init.py)
The text was updated successfully, but these errors were encountered:
I think this issue is not caused by django. But sorry I've never seen this error when importing nnabla.
Could you please try to uninstall nnabla and nnabla-ext-cuda (if you installed), then reinstall them?
If the issue still occurs after reinstalling, could you please provide this information?
To confirm simple command line has issue:
the output of python -c "import nnabla"
To confirm python3.8 - python3.10:
the output of python --version
the output of pip --version or python -m pip --version
To confirm the environment:
the output of pip list or python -m pip list
Also, it would be helpful if you could tell me how to create an environment to reproduce it.
Not sure how to approach a fix.
Using a pip install for a django backend and I get this message
File "C:.venv\lib\site-packages\nnabla_init_.py", line 18, in
from . import _init # Must be imported first
ImportError: cannot import name 'init' from partially initialized module 'nnabla' (most likely due to a circular import) (C:.venv\lib\site-packages\nnabla_init.py)
The text was updated successfully, but these errors were encountered: