You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since cellProfiler stable version still uses python2.7, I installed Cellprofiler and centrosome with pip2.
Some commits change add "," to "**kwargs" lines, leading to syntax errors.
Example:
Set.py: line 84, need to remove comma to avoid syntax error in python2 syntax
threshold.py: python2.7/site-packages/centrosome/threshold.py", line 82, **kwargs
The text was updated successfully, but these errors were encountered:
Since cellProfiler stable version still uses python2.7, I installed Cellprofiler and centrosome with pip2.
Some commits change add "," to "**kwargs" lines, leading to syntax errors.
Example:
Set.py: line 84, need to remove comma to avoid syntax error in python2 syntax
threshold.py: python2.7/site-packages/centrosome/threshold.py", line 82, **kwargs
The text was updated successfully, but these errors were encountered: