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
sh BUILD-pyp3
/home/nbecker/my-environment/bin/pypy3 /home/nbecker/scons/bootstrap/src/script/scons.py --config=force --debug=stacktrace --with-boost-include=/home/nbecker/my-environment/ndarray.new/../include --with-boost-lib=/home/nbecker/my-environment/ndarray.new/../lib --with-eigen-include=/usr/include/eigen3 --prefix=/home/nbecker/my-environment/ndarray.new/../.local install CCFLAGS=-g -O3 -march=native --boost-python-lib=boost_python3
scons: Reading SConscript files ...
Check building with Eigen... yes
Check building against fftw... yes
*** No errors detected
Check building against Boost.Test... yes
TypeError: expected an object with a buffer interface:
File "<string>", line 63:
File "/home/nbecker/scons/bootstrap/src/engine/SCons/SConf.py", line 646:
ret = self.test(context, *args, **kw)
File "/home/nbecker/my-environment/ndarray.new/Boost.NumPy/SConsChecks/python.py", line 56:
match = re.search("(python.*)\.(a|so|dylib)", libfile)
File "/home/nbecker/my-environment/lib-python/3/re.py", line 173:
return _compile(pattern, flags).search(string)
Any ideas?