You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/08 20:08:05 UTC

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

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-unsubscribe@pulsar.apache.org