Closed zwag20 closed 1 year ago
This is general Python question. Yes, you need access to the internet. Look in the wheel and you see it does not contain 3rd party packages. You will need to create an "uber wheel". See https://pypi.org/project/pyassembly/ or https://pypi.org/project/fat-wheel/ or google for others.
I created a wheel file using Databricks ML 13.2 using the code in the readme.
I export the wheel and install it on my prod cluster (the prod cluster has no access to the internet), but it errors with the following message:
Is it the lack of internet access that is preventing this? Do I need to make a new pandas wheel?