Closed yurivict closed 3 years ago
Thanks for opening the issues on various xtensor repositories.
This one seems like the expected behavior. Xtensor-python does not include python bindings. It is a header-only library that allows you to operate on numpy arrays in-place using xtensor syntax, in C++ extensions.
Perhaps you should consider to correct the project description to how you described it above. The current description says that it is python bindings.
Well these are python bindings but not in the way you meant it! It does not include a python package.
Thank you for your explanation.
Version 0.26.0 only installs these files:
The actual python binding files are missing.