
/externals/yaml-build/CMakeFiles/yaml-cpp.dir/src/ /externals/yaml-build/CMakeFiles/yaml-cpp.dir/src/contrib/ /externals/googletest-build/googletest/CMakeFiles/gtest.dir/src/.o Build files have been written to: /home/guy/Projects/flightmare/flightlib/build/temp.linux-x86_64-3.8 Looking for pthread_create in pthread - found Looking for pthread_create in pthreads - not found Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed Performing Test CMAKE_HAVE_LIBC_PTHREAD DVERSION_INFO="0.0.1" -fPIC -Wall -g -fopenmp The activated CXX DEBUG configuration is: DVERSION_INFO="0.0.1" -fPIC -Wall -DNDEBUG -fopenmp -Ofast -march=native The activated CXX RELEASE configuration is: INFOBuild time could be improved with ccache! Found OpenMP: TRUE (found version "4.5") Found OpenMP_CXX: -fopenmp (found version "4.5") Found OpenMP_C: -fopenmp (found version "4.5") Found OpenCV: /usr (found version "4.2.0")

Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.8.so Found PythonInterp: /home/guy/Projects/venv/bin/python3 (found version "3.8.2") No sufficient Eigen version (3.3.4) found. Check for working CXX compiler: /usr/bin/c++ - works

Check for working CXX compiler: /usr/bin/c++ Check for working C compiler: /usr/bin/cc - works Check for working C compiler: /usr/bin/cc The CXX compiler identification is GNU 9.3.0 The C compiler identification is GNU 9.3.0 Writing manifest file 'flightgym.egg-info/SOURCES.txt' Reading manifest file 'flightgym.egg-info/SOURCES.txt' Writing top-level names to flightgym.egg-info/top_level.txt Writing requirements to flightgym.egg-info/requires.txt Writing dependency_links to flightgym.egg-info/dependency_links.txt Any ideas?ĮRROR: Command errored out with exit status 1:Ĭommand: /home/guy/Projects/venv/bin/python3 -c 'import sys, setuptools, tokenize sys.argv = '"'"'/home/guy/Projects/flightmare/flightlib/setup.py'"'"' file='"'"'/home/guy/Projects/flightmare/flightlib/setup.py'"'"' f=getattr(tokenize, '"'"'open'"'"', open)( file) code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"') f.close() exec(compile(code, file, '"'"'exec'"'"'))' develop -no-depsĬwd: /home/guy/Projects/flightmare/flightlib/ in the flightlib directory (after installing all prerequisites). I'm getting this error when calling pip install.
