constantinpape / z5

Lightweight C++ and Python interface for datasets in zarr and N5 format
MIT License
108 stars 27 forks source link

Work around MSVC build issues #183

Closed ilammy closed 3 years ago

ilammy commented 3 years ago

For some reason msvc-dev-cmd does not really like the environment after setup-miniconda does its job. As a workaround, configure MSVC environment first, then install miniconda. This lets them coexist for now.

Once the issue with msvc-dev-cmd is resolved (https://github.com/ilammy/msvc-dev-cmd/issues/34), this step can be moved back to its original location.

Supersedes: #181

constantinpape commented 3 years ago

This indeed fixes the problem. Thanks so much!