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
Describe the bug
When running the recommended installation command in a Linux environment, the build fails due to a number of errors, primarily related to Boost library functions.
Version
0.7.4 (latest)
Command
Command line to install octopus:
# using a container for reproducibility
docker run -it ubuntu:latest
apt update
apt install python3 pip curl git
pip install distro --break-system-packages
git clone https://github.com/luntergroup/octopus
octopus/scripts/install.py --dependencies --forests
Additional context
Please see error log attached. error_log.txt
The text was updated successfully, but these errors were encountered:
Describe the bug
When running the recommended installation command in a Linux environment, the build fails due to a number of errors, primarily related to Boost library functions.
Version
0.7.4 (latest)
Command
Command line to install octopus:
# using a container for reproducibility docker run -it ubuntu:latest apt update apt install python3 pip curl git pip install distro --break-system-packages git clone https://github.com/luntergroup/octopus octopus/scripts/install.py --dependencies --forests
Additional context
Please see error log attached.
error_log.txt
The text was updated successfully, but these errors were encountered: