...
And that’s it! You should now be ready to install packages from conda-forge within your workspace.
If it doesn’t work, it might be due to an unusual installation of Conda on your Windows workspace. You can override the default repo path in the install command. For example, to install numpy:
Code Block | ||
---|---|---|
| ||
conda install -c http://conda.hic-tre.dundee.ac.uk/conda-forge/ --override-channels numpy |
\uD83D\uDCD8 Instructions
...