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

PawPaw Windows will not build on Ubuntu 24.04 LTS because of Python 3.12 using depricated module 'imp' #30

Open
Schmitty2005 opened this issue Aug 14, 2024 · 0 comments

Comments

@Schmitty2005
Copy link

Schmitty2005 commented Aug 14, 2024

Running ./bootstrap-plugins.sh win64 will not build on Ubuntu 24.04 LTS because of depricated Python 3.11 module 'imp' not in Python 3.12
https://docs.python.org/3.11/library/imp.html

I searched the PawPaw source, but could not find a python import for 'imp' within the PawPaw source.

As a workaround this worked :

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.11
alias python="python3.11"
./bootstrap-plugins.sh win64

Compiled successfully on Ubuntu 24.04 LTS

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

1 participant