Closed smalgan closed 4 years ago
perhaps is a incompatible python version. checks typing: python3 --version
output should be like: Python 3.5.1
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.
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
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
your raspberry pi model is 2/3?
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!
Try adding --user to pip3 install pip3 install --user tensor.....
Maybe you should use sudo pip3 install ...
Help me pls !! I did not want to install it after I installed it with "wget". I tried pip3 again. Where is the error