kennethreitz / records

SQL for Humans™
https://pypi.python.org/pypi/records/
ISC License
7.16k stars 572 forks source link

Error while installing on python3.6 #100

Closed ragne closed 5 years ago

ragne commented 7 years ago

command: pip install -r requirements.txt expected result: all packages should be installed successfully

relevant part of pip stacktrace:

ValueError: cannot use LOCALE flag with a str pattern

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/mh/04d419rs40141lkjpbl959l00000gn/T/pip-build-v97nrl
uv/tablib/

Python version: Python 3.6.0 OS version: OS X 10.11.16 (python from brew)

Workaround

Install tablib directly from git via pip install git+https://github.com/kennethreitz/tablib, because those changes has not yet been published in pypi.

vlcinsky commented 6 years ago

Is this issue still valid?

Projjol-zz commented 5 years ago

Closing due to inactivity, if this is faced again, please re-open with more information