pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/csvkit -- from pkg_resources import load_entry_point



Hi. I've just uploaded wip/csvkit package.
This is a collection of python scripts.
Neither of them work as expected, see below.
Are there pythonists?

0 ~>csvcut
Traceback (most recent call last):
  File "/usr/pkg/bin/csvcut", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 2837, in <module>
    working_set = WorkingSet._build_master()
  File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 449, in _build_master
    ws.require(__requires__)
  File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 742, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/pkg/lib/python2.7/site-packages/pkg_resources.py", line 639, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: dbf==0.94.003
|
1 ~>

------------------------------------------------------------------------------
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss


Home | Main Index | Thread Index | Old Index