Giter VIP home page Giter VIP logo

Comments (4)

fakufaku avatar fakufaku commented on August 16, 2024

Hi, I couldn't find a meaningful error message in the output you have posted. Could you please give more information about your system ? It could be a memory error if you have less than 2GB of RAM.

from pyroomacoustics.

fakufaku avatar fakufaku commented on August 16, 2024

Closed due to inactivity.

from pyroomacoustics.

souravehere avatar souravehere commented on August 16, 2024

Hi There,
Reopening this again as I am also getting the same error. I am trying to install it on a circleCI linux VM.

image: cimg/python:3.10.14-node
RAM: 16GB (upgraded as per your previous comment)
OS: ubuntu 22.04.3 LTS

[pipenv.exceptions.InstallError]:                        from pyroomacoustics/libroom_src/libroom.cpp:38:
[pipenv.exceptions.InstallError]:       pyroomacoustics/libroom_src/room.cpp: In instantiation of ‘std::tuple<Eigen::Matrix<float, D, 1, (Eigen::AutoAlign | (((((int)D) == 1) && (1 != 1)) ? Eigen::RowMajor : (((1 == 1) && (((int)D) != 1)) ? Eigen::ColMajor :  Eigen::ColMajor))), D, 1>, int, float> Room<D>::next_wall_hit(Vectorf<D>&, Vectorf<D>&, bool) [with long unsigned int D = 3; Vectorf<D> = Eigen::Matrix<float, 3, 1>]’:
[pipenv.exceptions.InstallError]:       pyroomacoustics/libroom_src/libroom.cpp:69:37:   required from here
[pipenv.exceptions.InstallError]:       pyroomacoustics/libroom_src/room.cpp:665:58: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
[pipenv.exceptions.InstallError]:         665 |     for (int shoebox_orders_idx = 0 ; shoebox_orders_idx < D ; shoebox_orders_idx++)
[pipenv.exceptions.InstallError]:             |                                       ~~~~~~~~~~~~~~~~~~~^~~
[pipenv.exceptions.InstallError]:       pyroomacoustics/libroom_src/room.cpp: In instantiation of ‘std::tuple<Eigen::Matrix<float, D, 1, (Eigen::AutoAlign | (((((int)D) == 1) && (1 != 1)) ? Eigen::RowMajor : (((1 == 1) && (((int)D) != 1)) ? Eigen::ColMajor :  Eigen::ColMajor))), D, 1>, int, float> Room<D>::next_wall_hit(Vectorf<D>&, Vectorf<D>&, bool) [with long unsigned int D = 2; Vectorf<D> = Eigen::Matrix<float, 2, 1>]’:
[pipenv.exceptions.InstallError]:       pyroomacoustics/libroom_src/libroom.cpp:132:37:   required from here
[pipenv.exceptions.InstallError]:       pyroomacoustics/libroom_src/room.cpp:665:58: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
[pipenv.exceptions.InstallError]:       gcc: fatal error: Killed signal terminated program cc1plus
[pipenv.exceptions.InstallError]:       compilation terminated.
[pipenv.exceptions.InstallError]:       error: command '/usr/bin/gcc' failed with exit code 1
[pipenv.exceptions.InstallError]:       [end of output]```

from pyroomacoustics.

fakufaku avatar fakufaku commented on August 16, 2024

Hello @souravehere

Again, there is no error message, only warnings about sign/unsigned comparison.
I am a bit puzzled. With 16 GB, memory should not be an issue.

Could you please check the compiler options?
I think there is an option to treat warnings as errors.
If it is activated, then try to deactivate it.

from pyroomacoustics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.