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
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
I am running the standard install and it is not finding the libcfu/lib folder in the bundle.
error from setup.py:
checking for libcfu headers in /home/labuser/BamM/c/libcfu-0.03/include... found
checking for libcfu libraries in /home/labuser/BamM/c/libcfu-0.03/lib... not found
configure: error: Cannot find libcfu
Traceback (most recent call last):
File "setup.py", line 31, in
check_call([join(getcwd(), "configure")] + configure_args)
File "/home/labuser/anaconda3/envs/py2.7.11/lib/python2.7/subprocess.py", line 541, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/home/labuser/BamM/c/configure']' returned non-zero exit status 1