Code Monkey home page Code Monkey logo

Comments (14)

lhelontra avatar lhelontra commented on June 12, 2024 1

I downloaded last raspbian image (2018-06-27-raspbian-stretch-lite.img), but not got this warnings.
Checks the md5 of whl file, type this command:
md5sum tensorflow-1.8.0-cp35-none-linux_armv7l.whl
Expected results are:
d4c00d1d1cf7651daa22356d5547191f tensorflow-1.8.0-cp35-none-linux_armv7l.whl

from tensorflow-on-arm.

lhelontra avatar lhelontra commented on June 12, 2024 1

first image is not error, but an warning. Because the tensorflow-1.9.0-cp35-none-linux_armv7l.whl not for python3.5 but for python3.4.
third image is issue of pip, not tensorflow. pypa/pip#5447

Try reinstall pip and install tensorflow package.

sudo dpkg -P python3-pip
sudo apt-get install python3-pip
wget https://github.com/lhelontra/tensorflow-on-arm/releases/download/v1.13.1/tensorflow-1.13.1-cp35-none-linux_armv7l.whl
sync
pip3 install tensorflow-1.13.1-cp35-none-linux_armv7l.whl

from tensorflow-on-arm.

lhelontra avatar lhelontra commented on June 12, 2024

What whl file you installed and model of your raspberry pi?

from tensorflow-on-arm.

3073 avatar 3073 commented on June 12, 2024

Rpi Model: RP3
tensorflow-1.8.0-cp35-none-linux_armv7l.whl

from tensorflow-on-arm.

3073 avatar 3073 commented on June 12, 2024

I do not get the idea... could you elaborate it?

from tensorflow-on-arm.

lhelontra avatar lhelontra commented on June 12, 2024

Type in shell:

$ wget https://github.com/lhelontra/tensorflow-on-arm/releases/download/v1.9.0/tensorflow-1.9.0-cp35-none-linux_armv7l.whl -P /tmp/
$ md5sum /tmp/tensorflow-1.9.0-cp35-none-linux_armv7l.whl

# expected output:
$  f4a9968dbc2ce0b99a4da8979a123a91  /tmp/tensorflow-1.9.0-cp35-none-linux_armv7l.whl

# trying install whl file:
$ pip install  /tmp/tensorflow-1.9.0-cp35-none-linux_armv7l.whl

# test if tensorflow it's ok
$ python3 -c "import tensorflow"

from tensorflow-on-arm.

lhelontra avatar lhelontra commented on June 12, 2024

if you have another question, reopen this issue ;)

from tensorflow-on-arm.

hatemahmoudi avatar hatemahmoudi commented on June 12, 2024

#lhelontra when i trying install wh1 file with he command " pip install /tmp/tensorflow-1.9.0-cp35-none-linux_armv7l.whl"
i had this error :
pip install /tmp/tensorflow-1.9.0-cp35-none-linux_armv7l.whlTraceback (most recent call last):
File "/usr/bin/pip", line 9, in
from pip import main
ImportError: cannot import name main

from tensorflow-on-arm.

IvanTodorov910812 avatar IvanTodorov910812 commented on June 12, 2024

https://ibb.co/481PmT1
The Same problem after i written " pip install /tmp/tensorflow-1.9.0-cp35-none-linux_armv7l.whl",
How can update the version 3.4 of module 'tensorflow.python.framework.fast_tensor_util' to 3.5

from tensorflow-on-arm.

lhelontra avatar lhelontra commented on June 12, 2024

Try reinstall pip package:

sudo apt-get install --reinstall python3-pip

from tensorflow-on-arm.

IvanTodorov910812 avatar IvanTodorov910812 commented on June 12, 2024

Thanks for the speedy answer, my first error is here > https://ibb.co/SJ0Cztp,
but if try to check the versions they are the same... > https://ibb.co/9sfVn5Z
and then the output https://ibb.co/RNR9zzb

Should I also reinstall...?

from tensorflow-on-arm.

IvanTodorov910812 avatar IvanTodorov910812 commented on June 12, 2024

FIXED!!!

from tensorflow-on-arm.

gordonsolar avatar gordonsolar commented on June 12, 2024

Hi,

sudo dpkg -P python3-pip
sudo apt-get install python3-pip
wget https://github.com/lhelontra/tensorflow-on-arm/releases/download/v1.13.1/tensorflow-1.13.1-cp35-none-linux_armv7l.whl
sync
pip3 install tensorflow-1.13.1-cp35-none-linux_armv7l.whl

also fixed the issue for me for a system install, thanks.
But i dont understand where the difference is to the installation described in
https://www.tensorflow.org/install/pip

I created a virtual env and issued the commang
pip install https://github.com/lhelontra/tensorflow-on-arm/releases/download/v1.13.1/tensorflow-1.13.1-cp35-none-linux_armv7l.whl
and it worked too :-)
So is the magic in the lhelontra-repository/whl?

from tensorflow-on-arm.

glennford49 avatar glennford49 commented on June 12, 2024

FIXED but on root access
sudo pip install https://github.com/lhelontra/tensorflow-on-arm/releases/download/v1.13.1/tensorflow-1.13.1-cp35-none-linux_armv7l.whl

from tensorflow-on-arm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.