Mauro

Results 13 comments of Mauro

I can pip install it and I can build it from source. It works in both cases, but I also get the import error: - built from source ![image](https://user-images.githubusercontent.com/30290271/212981263-2d265d56-298a-46e3-8364-20ce35512a8e.png) -...

I have built it using both `pip install .` and `python setup.py install` in the project directory.

Building from source (`python setup.py install`) works, and no import errors, thanks!

`pip install point-cloud-utils` installs the library correctly but it still gives an import error: ``` ~/Doc/PhD/Cod/pybullet-object-models  shapenet ⇡1  pip install point_cloud_utils  ✔  4s   ...

Is [this answer](https://apple.stackexchange.com/a/436849) useful? > This means that I don't know first hand how pypi works, I just have looked at the [documentation](https://packaging.python.org/en/latest/tutorials/installing-packages/#source-distributions-vs-wheels). I think by default it looks for...

Thank you for providing the code! I had to use my own library because of the compilation errors on my Mac that we discussed in other Issues, but I used...

Following up on my previous comment: once we solve #50 , it could be useful to reason around this normalisation task. I would change the bounding box definition as: ```...

Thank you very much, I will give it a try and close this issue. Also, I have just sent you an email, I'm looking forward to hearing from you!

@YajJackson I had a similar issue, then noticed that the object is actually there but you need to rotate the viewport to see it (left click + move your mouse/zoom...

Hi @Davidyao99 , thank you very much! It's a very useful feature