ritchieng / dlami

A Deep Learning Amazon Web Service (AWS) AMI that is open, free and works. Run in less than 5 minutes. TensorFlow, Keras, PyTorch, Theano, MXNet, CNTK, Caffe and all dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python3.x support

opened this issue · comments

Hi! first really thank you for your great efforts to help others use AWS more easily!

I'm a newbie in this field, and wanna know if this AMI only supports python2.7 not 3.x
so.. if this does not support python3.x, could you tell me what should I install manually or any reference site?

thanks in advance!

You've to install TF in python 3 usingvirtualenv. See how they use pip3 instead of pip?

@ritchieng thanks i will try it!