Skip to content

Pulsar functions : python zip with deps wheel #17532

Answered by gitfy
gitfy asked this question in Q&A
Discussion options

You must be logged in to vote

I found the solution for the above issue.
The expectation is to have the zip file with all the wheel files for the dependent libraries. Internally pulsar is running the command to install the depdencies using the options

--no-index --find-links

which means, the deps are not download from the public rep, rather it uses the local wheels to install them.
Once that's packages, the deployment succeeds.

Would be nice if the document is improved to provide these technical expectations.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gitfy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant