HelloZeroNet / HelloZeroNet/ZeroNet

Manual install fail | Solved | Ubuntu 20.10 arm64 Raspberry Pi 3

Aperta
#2,725 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
18.8k
Fork
2.3k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

### Step 1: Please describe your environment

* ZeroNet version: Latest git clone as of right now (Version: 0.7.2 r4555, Python 3.8.6 (default, Sep 25 2020, 09:36:53))
* Operating system: Ubuntu 20.10 arm64 Raspberry Pi 3
* Web browser: n/a
* Tor status: n/a
* Opened port: n/a
* Special configuration: n/a

### Step 2: Describe the problem:

Error upon installation.

#### Steps to reproduce:

Install latest Ubuntu 20.10 arm64 Raspberry Pi 3 image.
Update packages.
git clone https://github.comHelloZeroNet/ZeroNet
sudo apt-get install python3-pip
sudo python3 -m pip install -r requirements.txt

#### Observed Results:

**ERROR: Could not build wheels for coincurve which use PEP 517 and cannot be installed directly**

#### Expected Results:

Install depends.

#### Solution:

https://pypi.org/project/coincurve/

On Debian/Ubuntu the necessary system packages are:

build-essential
automake
pkg-config
libtool
libffi-dev
python3-dev (or python-dev for Python 2)
libgmp-dev (optional)

I installed all packages listed. New packages that installed: autoconf autotools-dev libgmpxx4ldbl libltdl-dev m4

ZeroNet now launches.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.