medialab / minet

A webmining CLI tool & library for python.
GNU General Public License v3.0
286 stars 26 forks source link

Error in installation of standalone CLI tool on Raspberry Pi OS (Debian) #294

Closed mxagat closed 3 years ago

mxagat commented 3 years ago

I tried to install Minet on a Raspberry pi zero WH with Raspberry Pi OS 5.10.17. Something goes wrong when trying to install :

$ curl -sSL https://raw.githubusercontent.com/medialab/minet/master/scripts/install.sh | bash This install script will ask you for your password so it can move/copy things to '/usr/local/bin'. If you are not comfortable with this you can read the install script here: https://github.com/medialab/minet/blob/master/scripts/install.sh Installing minet for ubuntu 10 (or similar)... Downloading ubuntu_16 binaries for 0.52.3 release... Installing... Installed: bash: line 104: /usr/local/bin/minet: cannot execute binary file: Exec format error

When I try to launch it, the same error comes again :

minet bash: /usr/local/bin/minet: cannot execute binary file: Exec format error

mxagat commented 3 years ago

Update : same issue on a Raspberry Pi 4 with Ubuntu 21.04. It seems to be a hardware architecture issue.

Yomguithereal commented 3 years ago

Unfortunately I don't have the means to support a standalone installation of minet on Raspberry architecture. But a pip installation of minet worked on your Raspberry yesterday so we'll say it is good enough ¯_(ツ)_/¯