Closed Valgard closed 3 weeks ago
Please try first use node v.20.15.1 (it is defined in .nvmrc) - maybe it help
Ahh right, I overlooked the .nvmrc
and the node version defined in it.
Also, I switched from Python 2.7
to Python 3.11.
Python >= 3.12
won't work because distutils
has been removed.
Perhaps the wiki page https://github.com/GetPublii/Publii/wiki/App-build-process should be updated with the currently required versions.
@Valgard - I have updated the wiki - it now should be corrected
Operating system
macOS 15.0.1
Publii version
v.0.46.1
Post editor
None
Bug description
I want to debug a problem with my self-written plugin. That's why I checked out the source code from Publii and followed the instructions at https://github.com/GetPublii/Publii/wiki/App-build-process Unfortunately, when I run
npm install
, I always get the error messageCould not find any Python installation to use
andwhen installing node-sass.
I am using an Apple MacBook Pro with an M2 processor and MacOS 15.0.1 and am using
asdf
as the version manager for Python.XCode and XCode Command Line Tools are installed.
Steps to reproduce
Relevant log output