lhelontra / tensorflow-on-arm

TensorFlow for Arm
MIT License
1.05k stars 274 forks source link

What is the problem? Tensorflow is not install #54

Closed smalgan closed 4 years ago

smalgan commented 5 years ago

Help me pls !! I did not want to install it after I installed it with "wget". I tried pip3 again. Where is the error

hata

lhelontra commented 5 years ago

perhaps is a incompatible python version. checks typing: python3 --version output should be like: Python 3.5.1

smalgan commented 5 years ago

belki de uyumsuz bir python versiyonu. yazarak denetler: python3 --version çıktı şöyle olmalıdır:Python 3.5.1

I've upgraded everything I'm using version 3.5. but I don't understand why it doesn't load.

lhelontra commented 5 years ago

try this commands:

wget https://github.com/lhelontra/tensorflow-on-arm/releases/download/v1.13.1/tensorflow-1.13.1-cp35-none-linux_armv7l.whl
pip3 install tensorflow-1.13.1-cp35-none-linux_armv7l.whl
smalgan commented 5 years ago

bu komutları deneyin:

wget https://github.com/lhelontra/tensorflow-on-arm/releases/download/v1.13.1/tensorflow-1.13.1-cp35-none-linux_armv7l.whl
pip3 install tensorflow-1.13.1-cp35-none-linux_armv7l.whl

not working Adsız123

lhelontra commented 5 years ago

your raspberry pi model is 2/3?

Shiro97 commented 5 years ago

Hey lhelonhtra thanks a ton for such a helpful repo. I chose to do my project in college using TensorFlow on rpi (model - 3b , raspbian stretch 9) However I'm stuck with this error. It is important and my project review is coming up soon. Please help. I did the following commands till now

wget https://github.com/lhelontra/tensorflow-on-arm/releases/download/v1.13.1/tensorflow-1.13.1-cp35-none-linux_armv7l.whl
pip3 install tensorflow-1.13.1-cp35-none-linux_armv7l.whl

Thanks a lot!

Screenshot 2019-04-17 at 11 34 51 AM Screenshot 2019-04-17 at 11 35 05 AM
3keepmovingforward3 commented 5 years ago

Try adding --user to pip3 install pip3 install --user tensor.....

Loongle commented 5 years ago

Maybe you should use sudo pip3 install ...