-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Hello
So I tried following steps:
- Installed a clean Ubuntu 23.10 into a VirtualBox (7.0.12) environment.
- Created a user "rb" as instructed and made it root.
- Cloned renpy-build and hit ./prepare.sh
and got this:
(prepare.sh, line 14)
E: Unable to locate package python2-dev
Is python2-dev still needed or is this only for building with python version 2?
After deleting python2-dev in prepare.sh, I have the following:
(prepare.sh, line 45)
Ign:2 https://apt.llvm.org/mantic 1lvm-toolchain-mantic-15 InRelease
Err:6 https://apt.llvm.org/mantic llvm-toolchain-mantic-15 Release
404
Not Found [IP: 146.75.118.49 443]
Reading package lists... Done
E: The repository http://apt.llvm.org/mantic llvm-toolchain-mantic-15 Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) mandage rb@renpy-1-2:~/renpy-builds
for repository creation and user configuration details.
rb@renpy-1-2:~/renpy-builds
Is it possible to use llvm 16 or 17?
(nightly/python.sh, line 17)
copying src/pygame
_sl2/pygame_sdl2.h -> /us/include/python3.11
error: could not create
/usr/include/python3.11/pygame_sd12.h': Permission deni
ed rb@renpy-1-2:~/reny-butld§
After changing line 18 to:
sudo python3 setup.py install headers
This is our next output:
Traceback (most recent call last):
File
"/home/rb/renpy-build/pygame_sd2/setup.py", line 26, in ‹module> from setuplib import android,
ios, windows, cython, pymodule, setup, parse_c
flags, parse_libs, find_unnecessary_gen, gen
File
"/home/rb/renpy-build/pygame_sd12/setuplib.py", line 27, in <module> import setuptools
ModuleNotFoundError: No module named 'setuptools'
Am I missing something here?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels