Open rackstate opened 2 months ago
Thank you for your attention. Unfortunately, we encountered significant difficulties in preparing the environment, just like you did. You can refer to README 3. Prepare the Environment . Specifically, we provide some suggestions regarding version matching when configuring the environment here: |
package | python | pytorch | |
---|---|---|---|---|
numba | 3.8 | √ | ||
3.9 | × | |||
3.10 | × | |||
pytorch3d | 3.8 | 1.10.1-cu111 | √ | |
3.8 | 1.9.0 | × | ||
3.9 | 1.9.0 | √ | ||
MinkowskiEngine | 3.8 | 1.9.0 | √ | |
3.9 | 1.9.0 | √ | ||
3.8 | 1.10.1-cu111 | √ | ||
3.8 | 1.10.1-cu113 | √ |
I have read your paper. It is wonderful and I want to follow your work. However, when I install your requirments, I got the error :
RuntimeError: MinkowskiEngine library not found or failed to load. Please ensure that the package is correctly installed.
RuntimeError: CUDA error: no kernel image is available for execution on the device
I want to know how to figure out it, and I indeed haven't see this MinkowskiEngine version.
Thank you in advance!