Deployment Error: "error: undefined variable 'python38' "
I am trying to deploy the latest version of an app I have built a while ago and I now get an error during build step with the following:
error: undefined variable 'python38'My
nixpacks.toml
does choose to include it manually. It used to work. Is it no longer supported?14 Replies
Project ID:
N/A
if you have a nixpacks.toml file please send it
nixpacks.toml:
change python38 to python3
Got a pretty nasty "make" error this time.. I forgot the shortcut to save log and send here. How do I do that?
what version of node do you use locally?
Currently 16x
and that app works on 16x?
It builds ok, I only added these python things because I was told it was needed for other parts of the framework.
Solution
set your
engines.node
to 16
it's alive!!
Thank you for your help @Brody . You're always there for me ❤️
no problem!