Replies: 1 comment 2 replies
-
I have nearly got this working using The key error your seeing is because of the hidden imports that are setuptools entrypoints. I think this may just mean you need to explicitly ensure |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build pyinfra as a standalone build using nuitka. Had anyone tried it before?
The build was fine but when running , i am having Key not found ssh error it seems the problem with Paramiko import.
I had tried like this :
git clone https://github.com/Fizzadar/pyinfra
nuitka3 --follow-imports --standalone pyinfra/pyinfra_cli/main.py
It builds the binary successfully but gives this errror when running i get :
Had anyone tried this route? Maybe pyinfra/pyinfra_cli/main.py is not a good entry point.
Beta Was this translation helpful? Give feedback.
All reactions