Dheshan Mohandass
Dheshan Mohandass
Building the current codebase as-is with cmake-3.23.0-rc3-linux-x86_64 and gcc-9.3.0 results in the following cmake errors: ``` -- Setting C++ standard -- Setting C++ standard - C++17 CMake Error at CMake/ExternalProjectDependency.cmake:75...
I was able to get the build to succeed by making the following changes: 1. Move `include(${CMAKE_CURRENT_SOURCE_DIR}/Common.cmake)` after project definition on CMakeLists.txt 2. Reverting changes to VTK on UKFTractography.cmake 3....
Tried building with proposed `find_package(VTK 9 COMPONENTS` results in the following build error: ``` CMake Error at UKFTractography.cmake:21 (find_package): Could not find a configuration file for package "VTK" that is...
Hi, I tried reproducing the issue, by changing my device's language from English to German, with a couple Chats already bookmarked before switching the language. When I navigate to Saved...
Hi, I am trying to run py-feat on my Linux workstation, and I'm running into the same error. I don't think this issue is limited to M1 GPUs. When I...
Here is some information about my system that I used to run the code: py-feat==0.6.1 torch==2.0.1 torchvision==0.15.2 CUDA version: 12.2 GPU type: NVIDIA Quadro K2200 GPU driver version: 535.98 Linux...