Rajeswari-gn
Rajeswari-gn
I get this error when I try to install the psbody-mesh package using the setup.py file. It shows the error that "AABB_tree.h" file is missing in the src folder. I...
> 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...
cd "path to the folder" pip install .
I have also tried installation using "make all" in Ubuntu. But still I get this error.
$ 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...
> This is still not full logs. Please attach full logs/errors. Error Message: make: *** No targets specified and no makefile found.
> 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...
> 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...
Thanks @anuragranj @raffienficiaud, the issue is resolved.
> 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...