Closed Gibyeng closed 6 months ago
@Gibyeng when you build from source, are you running "./build.sh all" or something else? Also, are you in a conda environment?
@Gibyeng when you build from source, are you running "./build.sh all" or something else? Also, are you in a conda environment?
@BradReesWork I follow the instruction here. I bulid a conda environment in which I run ./build.sh libcugraph pylibcugraph cugraph --skip_cpp_tests
@Gibyeng you're not building cuGraph-PyG
but still trying to run the tests for it. I think what you want to do is cd cugraph/python/cugraph
and then pytest
. Just running pytest
in the python
directory will attempt to run tests for all packages.
Or if you do want to build cuGraph-PyG
, then you need to run ./build.sh cugraph pylibcugraph libcugraph cugraph-pyg
. Or ./build.sh all
should build all packages, if you want to run tests for all packages.
Version
24.02.00
Which installation method(s) does this occur on?
No response
Describe the bug.
After I build cugraph from source, I go to the directory "cugraph/python/" and run "pytest". But I got some errors, it seems there is something wrong with my cugraph_pyg.
Minimum reproducible example
Environment details
Other/Misc.
I remove some errors from "Relevant log output" with similar output.
Code of Conduct