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

Cycles from relative imports #111

Open
CJ-Wright opened this issue Jun 2, 2021 · 3 comments
Open

Cycles from relative imports #111

CJ-Wright opened this issue Jun 2, 2021 · 3 comments

Comments

@CJ-Wright
Copy link
Member

For example:
graphlib.CycleError: ('nodes are in a cycle', ['pdb2pqr.src.routines.~~RELATIVE~~.*', 'pdb2pqr.src.definitions.~~RELATIVE~~.*', 'pdb2pqr.src.routines.~~RELATIVE~~.*'])
from conda-forge/noarch/pdb2pqr_htmd_propka30-0.0.3-py_0

Other helpful links:
the metadata
https://github.com/regro/libcfgraph/blob/master/artifacts/pdb2pqr_htmd_propka30/conda-forge/noarch/pdb2pqr_htmd_propka30-0.0.3-py_0.json
the tarball itself
https://anaconda.org/conda-forge/pdb2pqr_htmd_propka30/0.0.3/download/noarch/pdb2pqr_htmd_propka30-0.0.3-py_0.tar.bz2

@dacamo76
Copy link
Collaborator

dacamo76 commented Jun 2, 2021

ha, this is known issue.

How does Python interpreter handle circular dependencies?

@CJ-Wright
Copy link
Member Author

Hmm ok, I'll need to look at what they do in that pkg.

@CJ-Wright
Copy link
Member Author

I looked, they have a very explicit circular dep. I'm not certain what python does with this though, I'll need to investigate.

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