Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
cubvh
Commits
408d8fcf
Unverified
Commit
408d8fcf
authored
Mar 14, 2024
by
kiui
Committed by
GitHub
Mar 14, 2024
Browse files
trouble shooting install
parent
d44ba080
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
readme.md
readme.md
+7
-0
No files found.
readme.md
View file @
408d8fcf
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment