You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I when compling I get the following error:
/venv-benchmarks/lib/python3.12/site-packages/nvidia/nvcomp/include/nvcomp.h:17:10: fatal error: nvcomp_export.h: No such file or directory
17 | #include "nvcomp/version.h"
I could not find any mention of this file anywhere. Similarly the file nvcomp_export.h is nowhere to be found...
Where can I find these files and why are they not included when installing with pip?
The text was updated successfully, but these errors were encountered:
This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.
How to link nvcomp to c++ library/executable?
I have tried to install nvcomp using pip as follows:
pip install nvidia-nvcomp-cu12==4.1.1.1
Then, I am trying to link to nvcomp by adding the following lines in my
CMakeLists.txt
:However, I when compling I get the following error:
I could not find any mention of this file anywhere. Similarly the file
nvcomp_export.h
is nowhere to be found...Where can I find these files and why are they not included when installing with pip?
The text was updated successfully, but these errors were encountered: