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
Pycharm encountered “ ModuleNotFoundError:No module named 'causalnex. structure'; ' Causalnex 'is not a package” while “from causalnex.structure import StructureModel“.
D:\CODE_env\Anaconda\anaconda3\envs\CSN\python.exe D:\Project\NeurIPS2024\XX\causalnex.py
Traceback (most recent call last):
File "D:\Project\NeurIPS2024\XX\causalnex.py", line 36, in<module>
from causalnex.structure import StructureModel
File "D:\Project\NeurIPS2024\XX\causalnex.py", line 36, in<module>
from causalnex.structure import StructureModel
ModuleNotFoundError: No module named 'causalnex.structure';'causalnex' is not a package
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Contact Details
[email protected]
Short description of the problem here.
Pycharm encountered “ ModuleNotFoundError:No module named 'causalnex. structure'; ' Causalnex 'is not a package” while “from causalnex.structure import StructureModel“.
CausalNex Version
0.12.0
Python Version
3.8
Relevant code snippet
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: