pkg_resources.DistributionNotFound: openpyxl>=1.8.4
Created by: instagibbs
Sorry if wrong place, but couldn't find other way of asking about this. I installed csvkit and all dependencies needed. Output from installation seems correct.
When I run: csvcut(or any other csvkit-related command)
I get: Traceback (most recent call last): File "/usr/local/bin/csvcut", line 5, in from pkg_resources import load_entry_point File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2707, in working_set.require(requires) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 686, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 584, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: openpyxl>=1.8.4
I have openpyxl at 1.8.5, python can see it, etc.