Skip to content
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

Cannot fetch "cugraph-ops" when build form source #3722

Closed
2 tasks done
TaoShCh opened this issue Jul 19, 2023 · 4 comments · Fixed by #3893
Closed
2 tasks done

Cannot fetch "cugraph-ops" when build form source #3722

TaoShCh opened this issue Jul 19, 2023 · 4 comments · Fixed by #3893
Assignees
Labels
bug Something isn't working
Milestone

Comments

@TaoShCh
Copy link

TaoShCh commented Jul 19, 2023

Version

23.08

Which installation method(s) does this occur on?

No response

Describe the bug.

I am trying to build cugraph from source code, when execute

$ ./build.sh libcugraph
...
[1/9] Performing download step (git clone) for 'cugraph-ops-populate'
Cloning into 'cugraph-ops-src'...
Permission denied (publickey).

error occurred:

Failed to clone repository: 'git@github.com:rapidsai/cugraph-ops.git'

and I found this repository unreachable. Is this path incorrect or do you set "cugraph-ops" private?

Thanks!

Minimum reproducible example

No response

Relevant log output

No response

Environment details

No response

Other/Misc.

No response

Code of Conduct

  • I agree to follow cuGraph's Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report
@TaoShCh TaoShCh added ? - Needs Triage Need team to review and classify bug Something isn't working labels Jul 19, 2023
@BradReesWork BradReesWork removed the ? - Needs Triage Need team to review and classify label Jul 27, 2023
@BradReesWork
Copy link
Member

cugraph-ops is a closed-source repo. You have uncovered a bug in our build process that we do need to address.

@kingmesal kingmesal assigned BradReesWork and unassigned rlratzel Aug 8, 2023
@rlratzel rlratzel changed the title [BUG]: Cannot fetch "cugraph-ops" when build form source Cannot fetch "cugraph-ops" when build form source Aug 8, 2023
@kingmesal kingmesal assigned rlratzel and unassigned BradReesWork Aug 28, 2023
@rlratzel
Copy link
Contributor

Hi @TaoShCh , our build scripts will attempt to download the sources and build cugraph-ops from source if the correct version was not found in the build environment. Do you have cugraph-ops installed in your build environment? If you're using conda you should be able to run conda list libcugraphops to see which version is available. Can you confirm if libcugraphops is installed and what version it is along with what version of cugraph you're trying to build?

@pknowles
Copy link

I just hit this issue when following source_build.md's Build and Install the C++/CUDA libcugraph Library.

Env:

  • cuda toolkit 12
  • Fedora 37
git clone git@github.com:rapidsai/cugraph.git
mkdir cugraph/cpp/build
cd cugraph/cpp/build
cmake ..
...
[ 11%] Creating directories for 'cugraph-ops-populate'
[ 22%] Performing download step (git clone) for 'cugraph-ops-populate'
Cloning into 'cugraph-ops-src'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Can the docs include libcugraphops as a dependency, have cmake attempt to find it and then point to the docs if its not found?

@rlratzel
Copy link
Contributor

Can the docs include libcugraphops as a dependency, have cmake attempt to find it and then point to the docs if its not found?

Yes I think that's a good idea.

I have the doc updates in this PR, but I'm going to put the updates to the cmake files in a separate PR for now while I look into the best way to output the message. Here's the issue for that.

rapids-bot bot pushed a commit that referenced this issue Sep 28, 2023
…requisite (#3893)

closes #3722 

Updates the source build docs to include `libcugraphops` as a build prerequisite.

Authors:
  - Rick Ratzel (https://github.com/rlratzel)

Approvers:
  - Brad Rees (https://github.com/BradReesWork)

URL: #3893
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants