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
Tried to follow the example in the documentation and I get an error as follows:
/home/newuser/miniconda3/envs/test_38/include/xtensor-io/xio_vsilfile_wrapper.hpp:4:10: fatal error: cpl_vsi.h: No such file or directory
4 |#include <cpl_vsi.h>| ^~~~~~~~~~~
compilation terminated.
Steps to reproduce are as follows:
Create a new environment: conda create -n test_38 python=3.8
Install xtensor-zarr as follows: conda install xtensor-zarr -c conda-forge
CMakeLists.txt is here:
add_executable(my_exec my_exec.cpp)
target_link_libraries(my_exec PUBLIC xtensor-zarr)
Tried to follow the example in the documentation and I get an error as follows:
Steps to reproduce are as follows:
conda create -n test_38 python=3.8
xtensor-zarr
as follows:conda install xtensor-zarr -c conda-forge
my_exec.cpp
is here.Related issues: #54 in progress.
The text was updated successfully, but these errors were encountered: