xtensor-stack / xtensor-python

Python bindings for xtensor
BSD 3-Clause "New" or "Revised" License
347 stars 58 forks source link

Add clang-cl support #199

Open robertodr opened 5 years ago

robertodr commented 5 years ago

This is the Azure build log You'll need an Azure free account and set up pipelines to actually use the YAML file.

The testing step currently fails with:

Fatal Python error: Py_Initialize: unable to load the file system codec
ModuleNotFoundError: No module named 'encodings'

I think this means conflicting versions of Python are present. I am working on fixing this.