Hi this is the message that I get when I try to install pydicom.
[benphysics@localhost ~]$ pip install pydicom
Collecting pydicom
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(111, 'Connection refused'))': /simple/pydicom/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(111, 'Connection refused'))': /simple/pydicom/
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(111, 'Connection refused'))': /simple/pydicom/
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(111, 'Connection refused'))': /simple/pydicom/
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(111, 'Connection refused'))': /simple/pydicom/
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(111, 'Connection refused'))': /simple/pydicom/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(111, 'Connection refused'))': /simple/pydicom/
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(111, 'Connection refused'))': /simple/pydicom/
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(111, 'Connection refused'))': /simple/pydicom/
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(111, 'Connection refused'))': /simple/pydicom/
Could not find a version that satisfies the requirement pydicom (from versions: )
No matching distribution found for pydicom
[benphysics@localhost ~]$ python --version
Python 2.7.10 :: Anaconda 2.3.0 (32-bit)
My version of pip was installed by anaconda.
[benphysics@localhost ~]$ pip --version
pip 7.0.3 from /home/benphysics/anaconda/lib/python2.7/site-packages (python 2.7)
My operating system is Fedora 18
[benphysics@localhost ~]$ uname -r
3.11.10-100.fc18.i686.PAE
The computer is an old one and only 32 bit.
Can anyone help me with this?
Also what I really want to do is use pydicom with anaconda. Is there any chance of the developers distributing pydicom via binstar?