borntyping / python-colorlog

A colored formatter for the python logging module

Home Page:http://pypi.python.org/pypi/colorlog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

colorlog[windows]

dheiman opened this issue · comments

when attempting to install colorlog[windows], I get the following warning:
colorlog 3.1.2 does not provide the extra 'windows'
And attempting to run anything that uses colorlog exits with the message:
pkg_resources.UnknownExtra: colorlog 3.1.2 has no such extra feature 'windows'

Looks like this PR broke it: #25

Either the docs or setup.py need updating.

For now, you should be able to run pip install colorlog on windows and it should work correctly.

when i ran the setup.py in pycharm adding install as a script parameter it worked just fine and i didn't face that error

The recommended way to install is just colorlog, additional dependencies should be worked out automatically.