When I try to install CNTK using pip, it gives me the following error - Could not find a version that satisfies the requirement cntk (from versions: )
No matching distribution found for cntk
I'm using Python 3.7 and windows 10.
When I try to install CNTK using pip, it gives me the following error - Could not find a version that satisfies the requirement cntk (from versions: )
No matching distribution found for cntk
I'm using Python 3.7 and windows 10.
cntk
currently provides wheels for Python 2.7, 3.5 and 3.6, Linux 64 bit and w64. There is no source code hence there is no way to compile for Python 3.7.
You can try to install from sources or use Python 3.6.