I am trying to set up a development environment for pandas in anaconda. But I get the following error, while installing dependencies for windows:- on running "conda install -n pandas_dev libpython"

Error: Unsatisfiable package specifications. Hint: the following packages conflict with each other: - libpython - python 3.5*

is conda not compatible with python 3.5??