We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the tarball https://numpi.dm.unipi.it/_media/software/mpsolve/mpsolve-3.2.1.tar.bz2 on https://numpi.dm.unipi.it/scientific-computing-libraries/mpsolve/ contains the py-compile script
py-compile
#!/bin/sh # py-compile - Compile a Python program scriptversion=2018-03-07.03; # UTC [...] $PYTHON -c " import sys, os, py_compile, imp
imp module no longer exist in Python 3.12, this breaks the Arch Linux AUR package https://aur.archlinux.org/packages/mpsolve .
imp
(at least https://aur.archlinux.org/packages/mpsolve-git still works.)
Still, regenerating these files should not be too difficult.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the tarball https://numpi.dm.unipi.it/_media/software/mpsolve/mpsolve-3.2.1.tar.bz2 on https://numpi.dm.unipi.it/scientific-computing-libraries/mpsolve/ contains the
py-compile
scriptimp
module no longer exist in Python 3.12, this breaks the Arch Linux AUR package https://aur.archlinux.org/packages/mpsolve .(at least https://aur.archlinux.org/packages/mpsolve-git still works.)
Still, regenerating these files should not be too difficult.
The text was updated successfully, but these errors were encountered: