import logging raise NotImplementedError

Chris Angelico rosuav at gmail.com
Wed Nov 25 03:51:48 EST 2015


On Wed, Nov 25, 2015 at 7:40 PM,  <c.buhtz at posteo.jp> wrote:
> On 2015-11-25 09:00 Chris Angelico <rosuav at gmail.com> wrote:
>> You appear to have installed it into your Python 3.4's package
>
> No really me. I found out who.
>
> I installed "ebscopy" from its GitHub repository with
> "sudo pip3 ./setup.py install"
> And this (tried to) install(ed) "logging" from PyPi. Don't know why.
>
> I just removed the egg-file in the dist-utils directory. After that
> everything works fine.

Ah! That would do it, yes. (Incidentally, 'pip install ebscopy' would
be how I'd do it.)

I think this is something that would merit reporting upstream. Neither
datetime nor logging is needed in any even half-way recent Python;
removing them would prevent your issue, and I doubt it'll cause
problems on any supported version of Python.

ChrisA



More information about the Python-list mailing list