ipython-sql
ipython-sql copied to clipboard
0.4 pip package is broken on Linux
'''
16:23:03 Complete output (5 lines):
16:23:03 Traceback (most recent call last):
16:23:03 File "
@mcsquaredjr It seems that the issue with this version is only in Py2 now. As a workaround I used
pip install ipython-sql==0.3.9
pip install ipython-sql
doesn't work on OSX either (for python2).
Just noting here, in case someone thinks this is a Linux-specific issue.
pip install ipython-sql==0.3.9
does work though
The issue is that NEWS.rst
is not included in the source tarball uploaded to PyPI.