Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions main/notes/windows.html
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,6 @@ <h3>Package not found in win-32 channel.<a class="headerlink" href="#package-not
- pytorch

Current channels:
- https://conda.anaconda.org/pytorch/win-32
- https://conda.anaconda.org/pytorch/noarch
- https://repo.continuum.io/pkgs/main/win-32
- https://repo.continuum.io/pkgs/main/noarch
- https://repo.continuum.io/pkgs/free/win-32
Expand All @@ -599,6 +597,7 @@ <h3>Import error<a class="headerlink" href="#import-error" title="Permalink to t
we include almost all the essential files that PyTorch need for the conda
package except VC2017 redistributable and some mkl libraries.
You can resolve this by typing the following command.</p>
<!-- does this need an update?-->
<div class="highlight-bat notranslate"><div class="highlight"><pre><span></span>conda install -c peterjc123 vc vs2017_runtime
conda install mkl_fft intel_openmp numpy mkl
</pre></div>
Expand All @@ -621,6 +620,7 @@ <h3>Import error<a class="headerlink" href="#import-error" title="Permalink to t
<p>This is actually an upstream issue of Anaconda. When you initialize your
environment with conda-forge channel, this issue will emerge. You may fix
the intel-openmp libraries through this command.</p>
<!-- does this need an update?-->
<div class="highlight-bat notranslate"><div class="highlight"><pre><span></span>conda install -c defaults intel-openmp -f
</pre></div>
</div>
Expand Down