-
Notifications
You must be signed in to change notification settings - Fork 6
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
Circulate import issues in __init__.py prevent debugging configuration in pycharm #135
Comments
thanks for the feedback! I am not a pycharm user nor do I use the debugging function much so I am afraid I cannot help much here |
@arovai |
Well there is strictly speaking no code as this is just a PyCharm configuration to test the code. |
I mostly do dedicated unit tests and never used breakpoint on this project (hence never noticed these issues), but I had a look into the debugger and noticed two things - |
The circular import problem has been addressed in #145 |
Hello!
I would like to play around with the code in pycharm but got stuck when setting up run/debug configuration.
What I have tried is to set the
module
field togiga_connectome.run
and then e.g. have-h
in the options field.Running this and I hit a Circular Import error:
Note that I have ensured that all the requirements are satisfied in my venv.
Note also that when I install the package locally (essentially:
pip install .
), thengiga_connectome
gets added to my PATH and runninggiga_connectome -h
works like a charm.So I guess I am missing something in the pycharm run/debug configuration, hence this question :-)
Thanks for you help!
AR
The text was updated successfully, but these errors were encountered: