nuitka FATAL: Error, unknown plug-in '' referenced.
hoijui opened this issue ยท 10 comments
I am using the GitHub action, and I have no plugins defined, so I do not know where this comes from.
Failed CI Run: https://github.com/hoijui/BundleBuilder/actions/runs/3255646292/jobs/5345181798
GH Action definition: hoijui/BundleBuilder@3a1e21c
Nuitka/Nuitka-Action@v0.4
Python 3.10
Just guessing here, but I am assuming the empty string is passed, because you have no plugins enabled, this probably needs handling.
makes sense, yeah!
I did not see that in the action.yml, though, but maybe there is something going on there that makes the bash-code generate that empty option, hm!
@jimkring did you see this, I transferred it from Nuitka. I will still not get the generic argument parsing from Yaml done for a while, but I think this is a very valid beginner trap
Hello, how can I resolve this problem?
I used action from main branch (Nuitka/Nuitka-Action@main), and it solved the problem ๐
Will the next release be ok?
@BlackCatDevel0per yes :)
hey guys this issue still persist, can you release it if it has been solved, please ?
It seems that the release process is stuck. I want to make the action more ship shape, but I am personally overloaded, and it seems that @jimkring doesn't have the time right now. Not sure if I can make it in 1.6 time frame, with full 3.11 compatibility and performance improvements on the table. Right now I don't even see a release script. If somebody were to fork it, and provide that kind of tool, it would be great. I do not really want to manually tar up something myself right now.
I have updated the docs. use @main in your Nuitka action reference instead. That is going to keep you on the latest version of the action. I am currently adapting it for 1.4.8 to be used, during that time it will be a bit unstable as I debug it and the ability to provide tags and branch names to the action.
Ok, this works now. I might be deleting the @0.4 release, which I thought I saw, those seem unnecessary at all.