Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python dependency #1956

Closed
vliedel opened this issue Jul 6, 2021 · 2 comments
Closed

Python dependency #1956

vliedel opened this issue Jul 6, 2021 · 2 comments

Comments

@vliedel
Copy link

vliedel commented Jul 6, 2021

Hi, I tried installing minecraft overviewer on ubuntu 20.04 (which has python 3.8 by default), but that failed due to the python dependency:

$ apt depends minecraft-overviewer 
minecraft-overviewer
  Depends: python3 (<< 3.6)
  Depends: python3 (>= 3.5~)
  Depends: <python3:any> (>= 3.3.2-2~)
    python3:i386
    python3
  Depends: python3-pil
  Depends: python3-numpy
  Depends: libc6 (>= 2.4)

Is this because it doesn't work on python 3.8, or because you didn't test it yet?

@vliedel
Copy link
Author

vliedel commented Jul 6, 2021

Building and running from source works fine for me at least.

@CounterPillow
Copy link
Member

We need to add builds for each separate distro release, you cannot use a prebuilt version of a different python release because the python ABI is not stable across versions like that.

Overviewer will always work with the latest version of Python from source, because that is what I develop with, not whatever ancient release the Deboids ship.

Closed as duplicate of #1595.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants