You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo apt install pipx
pipx install pipx # upgrade for git repository support
pipx install git+https://github.com/overviewer/Minecraft-Overviewer.git
However this failed, because setup.py depends on numpy.
Could you publish this package on pypi as wheels for various Python versions and an sdist? This way all standard Python tooling can work with it. I.e.:
This would also fix support for unsupported platforms, offering a nice workaround for #1595. pipx can be mentioned as a platform independent installation method in the readme.
The text was updated successfully, but these errors were encountered:
We won't do this because the C extension depends on non-public Pillow headers which most distros ship but pypi doesn't ship, so automatically building from source with pip et al wouldn't work. Furthermore, if someone had the time to add automated wheel builds (which would require us to build against ancient versions of libc because someone might be running some ancient RHEL or whatever, ew) they could just as well simply fix the debian repos to build things for different versions of python.
I want to use minecraft overviewer a try on Ubuntu 19.10 and ran into #1595.
I tried installing it using pipx.
sudo apt install pipx pipx install pipx # upgrade for git repository support pipx install git+https://github.com/overviewer/Minecraft-Overviewer.git
However this failed, because
setup.py
depends on numpy.Could you publish this package on pypi as wheels for various Python versions and an sdist? This way all standard Python tooling can work with it. I.e.:
This would also fix support for unsupported platforms, offering a nice workaround for #1595.
pipx
can be mentioned as a platform independent installation method in the readme.The text was updated successfully, but these errors were encountered: