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

Unable to Install dgl==0.6.1 Version #3

Open
wonsutak-ysz opened this issue Jul 6, 2024 · 2 comments
Open

Unable to Install dgl==0.6.1 Version #3

wonsutak-ysz opened this issue Jul 6, 2024 · 2 comments

Comments

@wonsutak-ysz
Copy link

Description
I am experiencing an issue when trying to install the dgl==0.6.1 version. The package manager (pip) is unable to find this specific version of the package. Here are the details of the error message I encountered:

ERROR: Could not find a version that satisfies the requirement dgl==0.6.1 (from versions: 1.1.0, 1.1.1, 1.1.2, 1.1.2.post1, 1.1.3, 2.0.0, 2.1.0, 2.2.0)
ERROR: No matching distribution found for dgl==0.6.1

Thanks

@godlikeanyone
Copy link

The version dgl==0.6.1 you are trying to install is not available in the current supported package repository. To resolve this issue, I recommend installing the dgl==2.1.0 version, which should work for your needs. You can do this using the following command:

pip install dgl==2.1.0

@Scholar-bit
Copy link

python version 3.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants