Reputation: 463
I have installed CNTK on my ubuntu 18.04 for python 3.6 using pip. However, once I execute simple test, I'm getting an error.
Simple installation test:
python3.6 -c "import cntk; print(cntk.version)"
Error message:
UserWarning: Unsupported Linux distribution (ubuntu-18.04). CNTK supports Ubuntu 16.04 and above, only.
I have also followed the following link but I'm still encountering the error.
Microsoft CNTK libmpi ImportError
Upvotes: 1
Views: 791