-
Notifications
You must be signed in to change notification settings - Fork 93
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
Environment issues #60
Comments
应该是环境没有配好 |
I use following codes to create environments successfully: ` |
Thanks a lot!
I may try this solution later !
…---Original---
From: ***@***.***>
Date: Thu, Mar 31, 2022 14:22 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [INK-USC/RE-Net] Environment issues (Issue #60)
I use following codes to create environments successfully:
`
conda create -n renet python=3.6 numpy
conda activate renet
conda install pytorch==1.6.0 torchvision==0.7.0 cudatoolkit=10.1 -c python
conda install -c dglteam dgl-cuda10.1
conda install scikit-learn
`
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
报错 |
I am using window 10 OS,
and I followed the markdown instruction, installed packages including dgl-cuda 10.1,
but showing up 'no module named dgl' while executing "import dgl",
it seems that the dgl-cuda could not be correctly imported.
Any one facing same problem?
Chinese version:
按.md装了包之后dgl cuda没法正常被import..
import dgl报错。
The text was updated successfully, but these errors were encountered: