-
Notifications
You must be signed in to change notification settings - Fork 20
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
Native installation problem #251
Comments
You are right in that the documentation does not specify that nvcc is required. When pykokkos-base is built with the
This error is most likely an issue with the compiler version (NVlabs/instant-ngp#119 is relevant). What are your nvcc and gcc versions?
These warnings should not affect the build process. Could you also share the CMake output prior to these warnings? |
I changed gcc/g++ to 10.5.0 and this problem went away.However, I got another issue: After building the project, the installation phase is started, and I got the following problem:
When I try to do this through sudo, I get the following problems, which is logical since I did not do all the steps before as a superuser:
Should I try to do the whole installation process as a root? |
Seems like you're using the system python instead of one in a conda environment. Is this intentional? If not, on some machines I ended up having to use If you do intend on using the system python, I would imagine that you would have to use |
Closing due to inactivity. |
I tried to install "pykokkos" using following native installation instructions. However, I had several problems, the last of which I did not solve:
The first problem is that these instructions and the
requirements.txt
file do not specify that nvcc is required.I understand that pykokkos-base can be built without nvcc at all.
However, since it is specified in the build flag in a native installation, it is worth noting the need to have nvcc BEFORE running this instruction in a native installation:
python setup.py install -- -DENABLE_LAYOUTS= ON -DENABLE_MEMORY_TRAITS=OFF -DENABLE_VIEW_RANKS=3 -DENABLE_CUDA=ON - DENABLE_THREADS=OFF -DENABLE_OPENMP=ON
The second problem is that the project is not built at the cmake build stage and stops with the following error:
There are also several CMake warnings raised just before the error described above:
The text was updated successfully, but these errors were encountered: