Top "Circular-dependency" questions

circular dependency is a relation between two or more modules which either directly or indirectly depend on each other to function properly.

ImportError: Cannot import name X

I have four different files named: main, vector, entity and physics. I will not post all the code, just the …

python python-import importerror circular-dependency
Resolve build errors due to circular dependency amongst classes

I often find myself in a situation where I am facing multiple compilation/linker errors in a C++ project due …

c++ compiler-errors circular-dependency c++-faq
Circular (or cyclic) imports in Python

What will happen if two modules import each other? To generalize the problem, what about the cyclic imports in Python?

python circular-dependency cyclic-reference
Python circular importing?

So i'm getting this error Traceback (most recent call last): File "/Users/alex/dev/runswift/utils/sim2014/simulator.py", line 3, …

python import circular-dependency
Cannot add reference to project because of a circular dependency error

I created 2 dummy projects in my application and named them BAL and DAL. When I build them, they build successfully. …

visual-studio visual-studio-2010 projects-and-solutions circular-dependency
How to deal with cyclic dependencies in Node.js

I've been working with nodejs lately and still getting to grips with the module system so apologies if this is …

node.js module require circular-dependency cyclic-dependency
Compiler error C4430: missing type specifier - int assumed

I have this error: "error C4430: missing type specifier - int assumed. Note: C++ does not support default-int" with this …

c++ compiler-errors include circular-dependency
Circular dependency in Python

I have two files, node.py and path.py, which define two classes, Node and Path, respectively. Up to today, …

python circular-dependency
How to avoid circular imports in Python?

I know the issue of circular imports in python has come up many times before and I have read these …

python import circular-dependency
WARNING in Circular dependency detected - Angular Cli

https://github.com/angular/angular-cli/pull/6813 Added warnings for circular dependencies, and I know I can turn off all warnings …

angular warnings angular-cli circular-dependency