microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.51k stars 4.28k forks source link

problem in CNTK installation for Python on Windows #3818

Closed ashish210111 closed 4 years ago

ashish210111 commented 4 years ago

these are my anaconda and python version. image I am taking help from here but not able to install it. Should I use the older versions of python and anaconda to install cntk?

thanks for your help

thiagocrepaldi commented 4 years ago

CNTK is not officially being updated to newer versions of conda, but you can certainly try to run it with newer versions. It should work with minimal changes, if any

thiagocrepaldi commented 4 years ago

I just noticed you are trying to install CNTK for python 3.6 on a Python 3.7 environment. The issue is not about newer anaconda version, by different python version (3.6 vs 3.7)

Currently CNTK is packaged for python 3.5 and 3.6, but you could try compile it for Python 3.7