You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Afaik, venvs are not portable in general so creating an archive has some restrictions. To avoid raising false hopes, we should definitely document them. Some good starting point might be the caveats of venv-pack. Before accepting a solution like #72, I want to make sure we at least know the most obvious limitations. If anyone has experience with archiving venvs and using them somewhere else, please leave a comment with well-known restrictions of such an approach.
Hi,
I would like to ask if this is a good idea to add an option to save bundled venv to .zip or tar.gz file.
The usecase is for providing pyspark code and dependencies, it supports venv-pack tar.gz file which basically works the same as this bundle plugin, except it creates tar.gz file.
See: https://spark.apache.org/docs/latest/api/python/user_guide/python_packaging.html#using-virtualenv
The text was updated successfully, but these errors were encountered: