You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ If you have trouble with these files but they *should* work based on your system
54
54
```
55
55
conda env create -f cuda121_env.yml
56
56
conda activate rfd2_env
57
-
pip install -r requirements_121.txt
57
+
pip install -r requirements_cuda121.txt
58
58
```
59
59
This will force the dependencies you want installed by CUDA to be installed before pip is used.
60
60
2. Check to make sure the python that is being referenced is the one from your conda environment once it is activated. On clusters different modules you have imported might overrule the python in your conda environment. You can either manually give the path to your Python or change your system settings or environment variables to prefer the environment's python installation.
0 commit comments