Dadoum / pyprovision

Python bindings to [Provision](https://github.com/Dadoum/Provision)
Other
12 stars 1 forks source link

Installing on Raspberry Pi 3B+ #7

Open matbs24 opened 5 months ago

matbs24 commented 5 months ago

Trying to install on a Raspberry Pi 3B+ but failing due to the missing of D compiler (dub).

I am not familiar with D code and I tried to look around and it is not clear if it would be possible install a compiler.

Are you aware a possible alternative to dub?

Dadoum commented 5 months ago

What is your distribution? Raspbian? ALARM? (with the version number if you have it)

matbs24 commented 5 months ago

PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)"

Is it enough?

matbs24 commented 5 months ago

I have actually find out that it is possible to install gdc (https://gdcproject.org/documentation) as D-compiler on Raspberry (raspian). Since my ultimately goal is to run openhaystack server on Raspberry and therefore use pyprovision and anisette-v3-server. Could you help to find out how to compile anisette-v3-server using gdc?

Dadoum commented 5 months ago

The gdc version available on Raspbian 10 is too old anyway. curl https://dlang.org/install.sh | bash -s ldc may give you a working ldc install with dub. If not, I would recommend you to use the docker anisette-v3-server, which at least should work.