Unverified Commit 408d8fcf authored by kiui's avatar kiui Committed by GitHub
Browse files

trouble shooting install

parent d44ba080
......@@ -4,6 +4,9 @@ A CUDA Mesh BVH acceleration toolkit.
### Install
Please make sure [`eigen >= 3.3`](https://eigen.tuxfamily.org/index.php?title=Main_Page) is installed.
For example, ubuntu systems can use `sudo apt install libeigen3-dev`.
```python
pip install git+https://github.com/ashawkey/cubvh
......@@ -13,6 +16,10 @@ cd cubvh
pip install .
```
#### Trouble Shooting
* `fatal error: eigen/matrix.h: No such file or directory`:
This is a known issue for `torch==2.1.0` and `torch==2.1.1` (https://github.com/pytorch/pytorch/issues/112841). Please avoid using this two versions.
### Usage
```python
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment