pkgsrc-WIP-discuss archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: wip/csvkit -- from pkg_resources import load_entry_point
On Sat, Oct 25, 2014 at 05:20:58PM +0300, Aleksey Cheusov wrote:
> 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
This looks to me like it wants the python "dbf" package in the version
0.94.003.
Btw, this mailing list is dead, please use tech-pkg or pkgsrc-users.
Thomas
------------------------------------------------------------------------------
_______________________________________________
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