Closed anonimauss closed 2 years ago
I think this is probably due to some changes in gcc's std library include dependencies. @anonimauss, Can you try to pip install the updated distribution in the attached file. repast4py-1.0.4b1.tar.gz
pip install repast4py-1.0.4b1.tar.gz
Works as expected. Thanks!
Overview
I am facing an error with the pip installation of
repast4py
. Error log attached. Installed on arch linux, with the latestmpicxx
provided by both the official version byopenmpi
and the recommended one provided bympich
. The error outpud is the same regardless.repast4py._core
compiles correctly but buildingrepast4py._space
crashes.Details
mpicxx --version
g++ (GCC) 12.1.0python --version
Python 3.10.4pip --version
pip 22.1The error is generated while compiling
SpatialTree.h
A detailed log is provided below
env CC=/opt/mpich/bin/mpicxx pip install repast4py
mpicxx -dumpspecs