09 Dec 2024 11:09 PM
I have tried building EF2 extensions in a complete offline mode, with no Internet connectivity. While simple extensions seem to be possible, building python ones seems particularly difficult. Is this even possible with the SDK?
Solved! Go to Solution.
10 Dec 2024 09:57 AM
Not without some tinkering as the SDK downloads libraries using pip. You could download all dependencies to an offline artifact registry and grab them from there using --index-url when building the wheel.