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@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 <setupto...@bugs.python.org>
<http://bugs.python.org/setuptools/issue162>
_______________________________________________

Attachment: log
Description: Binary data

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to