btgraham / SparseConvNet-archived

Spatially-sparse convolutional networks. Allows processing of sparse 2, 3 and 4 dimensional data.Build CNNs on the square/cubic/hypercubic or triangular/tetrahedral/hyper-tetrahedral lattices.
https://github.com/btgraham/SparseConvNet/wiki
406 stars 122 forks source link

Installation difficulty #9

Open BastiaanBergman opened 6 years ago

BastiaanBergman commented 6 years ago

Installing seems to succeed, but than I get the following error upon import sparseconvnet as scn:

~/projects/SparseConv_sndbx/SparseConvNet/PyTorch/sparseconvnet/SCN/init.py in () 1 2 from torch.utils.ffi import _wrap_function ----> 3 from ._SCN import lib as _lib, ffi as _ffi 4 5 all = []

ImportError: /home/bastiaan/projects/SparseConv_sndbx/SparseConvNet/PyTorch/sparseconvnet/SCN/_SCN.so: undefined symbol: _ZTISt12length_error

platform: Ubuntu 16 Python 3.5 PyTorch 0.3.1

Any pointers anyone?