I am Charmie

メモとログ

Anaconda: pydicom 1.0.0a on Windows 10

To install pydicom 1.0.0a to Anaconda on Windows 10, we should build the package by ourselves.

  1. git clone https://github.com/darcymason/pydicom.git
  2. cd pydicom
  3. python setup.py install

Install with conda cloud installs the version 0.9.9. The version must be imported by import dicom not import pydicom.