d3cod3 / Mosaic-Installer

bash Mosaic installer script
The Unlicense
4 stars 1 forks source link

Trying go install on debian 10 #2

Closed yiids closed 1 year ago

yiids commented 4 years ago

Hi, Im having trouble installing mosaic on debian 10. The installer script doesnt work since it tries to install libpython3.8-dev. Debian 10 is on libpython3.7-dev. I tried manually compiling Mosaic, but it also seems to need python3.8. Any ideas?

d3cod3 commented 4 years ago

Hi, the simplest solution is to install the latest python 3.8 from python official downloads page

you can check this: https://linuxize.com/post/how-to-install-python-3-8-on-debian-10/

or this: https://www.linuxfordevices.com/tutorials/ubuntu/install-latest-python-debian-ubuntu-source

it's pretty straightforward and should solve the problem.

Please, let me know how it goes!

yiids commented 4 years ago

Hi, I tried that, but no luck, still same errors, always a bit confusing to run have multiple version of python, probably I didnt install it right. I upgraded to debian bullseye, that comes with libpython3.8. Ran into this issue:https://github.com/openframeworks/openFrameworks/issues/5582 but after downgrading to make 4.2.1 I managed to build mosaic without problems.

d3cod3 commented 4 years ago

Ok, thanks for the information!

I'll downgrade python to 3.7 then, it will be not a problem and there will be no issues on debian 10

thanks again!

yiids commented 3 years ago

Hi, Reopening cause it still depends on python3.8

d3cod3 commented 3 years ago

Hi, yes, i'm having some issues switching back to python3.7, due to compatibility with other linux flavours, best solution for now is to install in your system python3.8 using the above links.

You can force using debian 11 repos too, adding the apt for bullseye and install python3.8-dev

apt-get install -t bullseye python3.8-dev