cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Building extensions in a complete offline mode?

AntonioSousa
DynaMight Guru
DynaMight Guru

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?

 

Antonio Sousa
1 REPLY 1

Mike_L
Dynatrace Guru
Dynatrace Guru

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.

Mike

Featured Posts