[Distutils] Where is distribute at pypi?

Daniel Holth dholth at gmail.com
Thu Oct 23 22:10:23 CEST 2014


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.


More information about the Distutils-SIG mailing list