light-ripple / Ripple-Auto-Installer

OSU! Ripple Stack Installation Helper
https://ripple.moe
GNU Affero General Public License v3.0
20 stars 9 forks source link

GCC/MySQLClient error on setup.py script #103

Closed LiveEmily closed 4 years ago

LiveEmily commented 4 years ago

I don't know what is trying to use libmysqlclient-dev, but yet again it got replaced by libmariadb-dev but it errors out either way. Maybe it's best to try setting up this entire enviornment with MariaDB and Debian. Issue1

loannaflip commented 4 years ago

@LiveEmily Correct me If I'm wrong the Debian System you're running is 32Bit?

LiveEmily commented 4 years ago

Yes it's a Pentium 4, 32-bit system

loannaflip commented 4 years ago

Note that (https://github.com/Uniminin/Ripple-Auto-Installer/blob/master/Main/ripple.sh#L66):

loannaflip commented 4 years ago

| About This |

You should install the wheel package. [1] From Debian Package Database (if available): apt install python3-wheel [2] Using pip :?: python3 -m pip install wheel [2.1] python3 -m pip install https://github.com/sbidoul/pip/archive/wheel-absent-warning-sbi.zip :?:

loannaflip commented 4 years ago

Thanks for reporting. The problem has been fixed!