-
Notifications
You must be signed in to change notification settings - Fork 22
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
Not working on py3 project #11
Comments
I just got this same error. |
Uninstall your current pycycle with |
I'm getting the same error. Fraedon's suggestion just results in the same error after installation. |
What is the code in those files? What's the smallest amount of code that causes the error? |
For me problem was in different python3.* versions pycycle was for python3.5 I think, good idea to add python version to output |
No module named pycycle.main; 'pycycle' is a package and cannot be directly executed |
suiwenfeng@anonymous:~/project/xxx$ pycycle --here
Parsing of file failed: /home/suiwenfeng/project/xxx/rebuild_img_test.py
Parsing of file failed: /home/suiwenfeng/project/xxx/tests/test_build_util.py
Parsing of file failed: /home/suiwenfeng/project/xxx/jobs/rebuild_all.py
There were errors during the operation, perhaps you are trying to parse python 3 project, with python 2 version of the script? (or vice versa)
Project successfully transformed to AST, checking imports for cycles..
Cycle Found :(
Finished.
The text was updated successfully, but these errors were encountered: