-
Notifications
You must be signed in to change notification settings - Fork 17
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
fix circular import in gaze_dataframe.py #559
Comments
Hi all, when trying to import pymovements within a jupyter notebook created in the tutorials directory (both old and newly created) i get the following error.
|
it is hard to judge your problem @romajaku but it is unrelated to the original issue. it seems like you have a notebook within a cloned pymovements repository, created in if you move your notebook to the root of the repository your error should disappear |
Doing something like
results in a hard python circular import error.
I have found a workaround by importing the pymovements top-level package, but then pylint is not happy with me again.
Right now I just can't find a way to untie this knot. As this is just a linting issue, I would like to create a follow-up issue on how to solve this problem and leave it like this for this PR.
Originally posted by @dkrako in #553 (comment)
The text was updated successfully, but these errors were encountered: