[Distutils] [issue162] Setuptools fails with MemoryError when using dependency_links

Tomas Dabasinskas setuptools at bugs.python.org
Mon Sep 28 08:34:16 CEST 2015


New submission from Tomas Dabasinskas:

In my setup.py I'm using dependency_links where I specify locations of packages I've built using setup.py sdist. When I run python setup.py develop to download, build and install those packages, I'm getting an error (please see attached)

If I go ahead and run:
(pantheon)[tomas at tomo-laptop pantheon-frontend-0.2]$ python setup.py -q bdist_egg --dist-dir /tmp/easy_install-cRdc3D/pantheon-frontend-0.2/egg-dist-tmp-hIIz0x

it works fine...

I've tried updating setuptools, but it's still the same

$ pip install setuptools --upgrade
Collecting setuptools
  Using cached setuptools-18.3.2-py2.py3-none-any.whl
Installing collected packages: setuptools
  Found existing installation: setuptools 12.0.5
    Uninstalling setuptools-12.0.5:
      Successfully uninstalled setuptools-12.0.5
Successfully installed setuptools-18.3.2

----------
files: log
messages: 750
nosy: tomas
priority: bug
status: unread
title: Setuptools fails with MemoryError when using dependency_links
Added file: http://bugs.python.org/setuptools/file175/log

_______________________________________________
Setuptools tracker <setuptools at bugs.python.org>
<http://bugs.python.org/setuptools/issue162>
_______________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: log
Type: application/octet-stream
Size: 8090 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20150928/73d590d6/attachment.obj>


More information about the Distutils-SIG mailing list