There's your problem. https://code.google.com/p/pydicom/source/browse/source/setup.py . It's trying to install distribute as a side effect of running setup.py, so it can import setuptools. This is now discouraged. The best solution would be to remove the first 3 lines of that file. Setuptools is guaranteed to be available when installing with pip. _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
- [Distutils] Where is distribute at pypi? Rupert Kolb
- Re: [Distutils] Where is distribute at pypi? Erik Bray
- Re: [Distutils] Where is distribute at pypi? Daniel Holth
