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
When trying to compile Python bindings with the recommended python setup.py build process, compilation crashes immediately with an error: error: Could not find a Jamfile in directory '../../deps/try_signal'.
Full log:
(tribler382) ~/m/T/l/b/python (RC_2_0|✔) $ python setup.py build_ext --b2-args="variant=release libtorrent-link=shared"
running build_ext
project-config.jam contents:
import feature ;
feature.feature libtorrent-python : on ;
using python : 3.8 : "/home/vader/.pyenv/versions/3.8.2/envs/tribler382/bin/python" : "/home/vader/.pyenv/versions/3.8.2/include/python3.8" "/home/vader/.pyenv/versions/3.8.2/include/python3.8" : : <libtorrent-python>on : ".cpython-38-x86_64-linux-gnu" ;
b2 variant=release libtorrent-link=shared boost-link=static crypto=openssl deprecated-functions=on address-model=64 python=3.8 libtorrent-python=on python-install-path=/home/vader/my_SRC/TRIBLER/libtorrent/bindings/python/build/lib.linux-x86_64-3.8 install_module --project-config=/tmp/tmprfl7yuzm
<string>:1: DeprecationWarning: SO is deprecated, use EXT_SUFFIX
CXXFLAGS =
LDFLAGS =
OS = LINUX
/usr/share/boost-build/src/build/project.jam:259: in find-jamfile from module project
error: Unable to load Jamfile.
error: Could not find a Jamfile in directory '../../deps/try_signal'.
The text was updated successfully, but these errors were encountered:
When trying to compile Python bindings with the recommended
python setup.py
build process, compilation crashes immediately with an error:error: Could not find a Jamfile in directory '../../deps/try_signal'.
Full log:
The text was updated successfully, but these errors were encountered: