ipython-sql icon indicating copy to clipboard operation
ipython-sql copied to clipboard

0.4 pip package is broken on Linux

Open mcsquaredjr opened this issue 4 years ago • 3 comments

''' 16:23:03 Complete output (5 lines): 16:23:03 Traceback (most recent call last): 16:23:03 File "", line 1, in 16:23:03 File "/tmp/pip-install-8eqKva/ipython-sql/setup.py", line 7, in 16:23:03 NEWS = open(os.path.join(here, 'NEWS.rst'), encoding='utf-8').read() 16:23:03 IOError: [Errno 2] No such file or directory: '/tmp/pip-install-8eqKva/ipython-sql/NEWS.rst' '''

mcsquaredjr avatar May 03 '20 01:05 mcsquaredjr

@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

Sygyzmundovych avatar Jun 03 '20 20:06 Sygyzmundovych

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

reductionista avatar Sep 30 '20 17:09 reductionista

The issue is that NEWS.rst is not included in the source tarball uploaded to PyPI.

Freso avatar Apr 30 '21 08:04 Freso