-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running setup.py install for mesh-mesh-intersection ... error #36
Comments
Ive been stuck on this same issue for the last week. Ive seemingly tried everything. I will share the solution if/when I get it to install. |
I was able to successfully build the package on Windows 11, Python 3.10.11 and CUDA 11.8 by following these steps:
NOTE if you are running windows and follow the given install instructions: I myself got frustrated and hard coded it into line 58 of setup.py like this:
*credit to VictoryCoorg for the "long" fix https://forums.developer.nvidia.com/t/strange-link-error-seen-by-multiple-people-while-building-pytorch-cpp-cuda-extensions/145261/2 If my instructions are hard to follow, I will make a video showing the steps and update back. |
@TheChildishMillennial Thank you for your reply. I also successfully ran SHAPY, but I finally build the Package on Ubuntu22.04, Python3.10.12, CUDA11.8. |
@tillen1001 can you share your library versions for your setup. I could not install due to library conflicts in same setup. |
Package Version absl-py 2.0.0 |
@CumaOzavci The packages I installed are almost the latest releases, except for numpy and omegaconf.
|
The code released by the author can be run on google Colab, but because my device is relatively new, I want to installed the same environment as colab on the local side (ubuntu version, cuda, and torch are all the same as colab)
There will be an error during the last step of installation:
pip install .
It seems to be a problem with the torch or cuda version?
I want to know why mesh-mesh-interseection can be installed on colab, but there are errors on the local side.
The text was updated successfully, but these errors were encountered: