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
@satra@mgxd The etelemetry dependency makes conda packaging difficult, since we can't depend on things that are not in conda-forge. I can wrap import etelemetry in a try/except block, but it means that conda-installed packages will more often than not just skip the version check.
The two easiest approaches I see:
Package up etelemetry-client
Include etelemetry-client in nipype.external for now
Also, @mgxd, you'll probably want to look into conda-forge's build environment variables. It builds and tests packages inside Docker on Azure.