mesh icon indicating copy to clipboard operation
mesh copied to clipboard

Package psbody-mesh missing file

Open Rajeswari-gn opened this issue 3 years ago • 18 comments

This package should have a AABB_tree.h file for installation, which seems to be missing (**this is the error I get during installation). Because of which, I am not able to install this package. How can this issue be sorted?

Rajeswari-gn avatar Aug 24 '22 09:08 Rajeswari-gn

This lib seems unmaintained, please avoid using it.

lucasjinreal avatar Aug 25 '22 02:08 lucasjinreal

Thanks @Rajeswari-gn . Whats the python version and os you are using? Also, what script did you run to install it? Can you paste the logs here?

anuragranj avatar Aug 25 '22 04:08 anuragranj

Thanks @Rajeswari-gn . Whats the python version and os you are using? Also, what script did you run to install it? Can you paste the logs here?

I am using Python 3.9 on Windows. I tried installing the package using setup.py file. cd and then pip install .

Rajeswari-gn avatar Aug 25 '22 08:08 Rajeswari-gn

cd "path to the folder" pip install .

Rajeswari-gn avatar Aug 25 '22 08:08 Rajeswari-gn

Firstly, this package is not supported on windows. Linux/macos are supported. You might need to check other issues to see if/how people have managed to run it on windows. Second, please look at the installation instructions, this package needs to be installed using make all and not pip.

anuragranj avatar Aug 25 '22 15:08 anuragranj

I have also tried installation using "make all" in Ubuntu. But still I get this error.

Rajeswari-gn avatar Aug 25 '22 15:08 Rajeswari-gn

Could you paste the full logs of your ubuntu installation?

anuragranj avatar Aug 25 '22 16:08 anuragranj

$ python3 -m venv --copies my_venv $ source my_venv/bin/activate $ BOOST_INCLUDE_DIRS=/path/to/boost/include make all The same way as described in the repository. But I get the error as "There is no make file."

Rajeswari-gn avatar Aug 25 '22 17:08 Rajeswari-gn

This is still not full logs. Please attach full logs/errors.

anuragranj avatar Aug 25 '22 18:08 anuragranj

Did you clone the repo? Are you in the root directory of the repo?

anuragranj avatar Aug 25 '22 18:08 anuragranj

This is still not full logs. Please attach full logs/errors.

Error Message: make: *** No targets specified and no makefile found.

Rajeswari-gn avatar Aug 25 '22 23:08 Rajeswari-gn

Did you clone the repo? Are you in the root directory of the repo?

Yes, I cloned the repository and specified the path to the root directory of the repo.

Rajeswari-gn avatar Aug 25 '22 23:08 Rajeswari-gn

I am not able to reproduce this issue. It seems like the makefile is present here - https://github.com/MPI-IS/mesh/blob/master/Makefile

anuragranj avatar Aug 26 '22 01:08 anuragranj

I am not able to reproduce this issue. It seems like the makefile is present here - https://github.com/MPI-IS/mesh/blob/master/Makefile

Yes, I checked the repo and the makefile is there in the folder, but still I get the error as mentioned above.

Rajeswari-gn avatar Aug 26 '22 06:08 Rajeswari-gn

Can you show us the content of

ls -al

from the location where you are running make ?

raffienficiaud avatar Aug 26 '22 11:08 raffienficiaud

Thanks @anuragranj @raffienficiaud, the issue is resolved.

Rajeswari-gn avatar Sep 15 '22 10:09 Rajeswari-gn

Hi @Rajeswari-gn , could you let me know how you solved this issue?

Arish2022 avatar May 01 '23 22:05 Arish2022

Hi @Rajeswari-gn , could you let me know how you solved this issue?

Check the location of the makefile and root directory. Also check the path in the ubuntu environment while trying to build.

Rajeswari-gn avatar May 17 '23 15:05 Rajeswari-gn