plone / plone.recipe.codeanalysis

provides static code analysis for Buildout-based Python projects, including flake8, JSHint, CSS Lint, and other code checks
https://pypi.org/project/plone.recipe.codeanalysis/
11 stars 8 forks source link

Does not run on mac with python 3 #201

Open vangheem opened 7 years ago

vangheem commented 7 years ago

When running, all I get is:

$ ./bin/code-analysis
Abort trap: 6
vangheem commented 7 years ago

Further investigation shows that it only happens with multiprocessing = True.

The line status = Value('b', True) in __init__.py causes. I don't have time to figure out how to fix it but this might be helpful to someone else that comes across the error.

gforcada commented 7 years ago

How did you install that python version? the one coming from Mac or a buildout.python thingie? I don't have access to a mac, so I could not help here.

vangheem commented 7 years ago

One with buildout.python