eyurtsev / FlowCytometryTools

A python package for visualization and analysis of high-throughput flow cytometry data
https://eyurtsev.github.io/FlowCytometryTools/
MIT License
113 stars 46 forks source link

FlowCytometryTools won't import #29

Closed clareabreu closed 3 years ago

clareabreu commented 3 years ago

I am having trouble importing FlowCytometryTools, getting this error: "ImportError: cannot import name 'dedent' from 'matplotlib.cbook' "

eyurtsev commented 3 years ago

Hello! will try to take a look over the weekend, we haven't done maintenance on the package in a while so it probably fell behind some of its dependencies (like matplotilb)

clareabreu commented 3 years ago

Hello! will try to take a look over the weekend, we haven't done maintenance on the package in a while so it probably fell behind some of its dependencies (like matplotilb)

Thanks!

eyurtsev commented 3 years ago

Should be fixed (at least with python 3.6)

Try install flowcytometry==0.5.1 from the pypi servers