MPI-IS / mesh

MPI-IS Mesh Processing Library
Other
643 stars 147 forks source link

Package psbody-mesh missing file #72

Open Rajeswari-gn opened 1 year ago

Rajeswari-gn commented 1 year ago

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?

lucasjinreal commented 1 year ago

This lib seems unmaintained, please avoid using it.

anuragranj commented 1 year ago

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?

Rajeswari-gn commented 1 year ago

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 commented 1 year ago

cd "path to the folder" pip install .

anuragranj commented 1 year ago

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.

Rajeswari-gn commented 1 year ago

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

anuragranj commented 1 year ago

Could you paste the full logs of your ubuntu installation?

Rajeswari-gn commented 1 year ago

$ 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."

anuragranj commented 1 year ago

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

anuragranj commented 1 year ago

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

Rajeswari-gn commented 1 year ago

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

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

Rajeswari-gn commented 1 year ago

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.

anuragranj commented 1 year ago

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

Rajeswari-gn commented 1 year ago

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.

raffienficiaud commented 1 year ago

Can you show us the content of

ls -al

from the location where you are running make ?

Rajeswari-gn commented 1 year ago

Thanks @anuragranj @raffienficiaud, the issue is resolved.

Arish2022 commented 1 year ago

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

Rajeswari-gn commented 1 year ago

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.