anthill / Python_OpeningHours

A wrapper of my C_OpeningHours in Python
MIT License
5 stars 1 forks source link

Installing from git fails #6

Closed thom4parisot closed 7 years ago

thom4parisot commented 7 years ago

pip install git+https://github.com/anthill/Python_OpeningHours#master leads me to this trace:

Collecting git+https://github.com/anthill/Python_OpeningHours#master=opening_hours (from -r requirements.txt (line 3))
  Cloning https://github.com/anthill/Python_OpeningHours to /tmp/pip-9Nqr0q-build
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-9Nqr0q-build/setup.py", line 24, in <module>
        long_description = codecs.open('README.md', encoding='UTF-8', mode='r').read()
    NameError: name 'codecs' is not defined

It seems codecs is not defined or imported.