GitHub user gitfy added a comment to the discussion: Pulsar functions : python 
zip with deps wheel

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.


GitHub link: 
https://github.com/apache/pulsar/discussions/17532#discussioncomment-3599901

----
This is an automatically sent email for dev@pulsar.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@pulsar.apache.org

Reply via email to