Skip to content

Commit b4b9952

Browse files
authored
.
1 parent 3bed461 commit b4b9952

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/Installation/Troubleshooting/index.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,28 @@ If CMake is not installed, install it from the appropriate source:
162162
sudo apt install cmake
163163
164164
165+
model deepEMhancer not found
166+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
167+
Looks like the `deepEMhancer` model you're trying to use is missing 🚫.
168+
169+
This might be because the `deepEMhancer` package was recently updated in the `devel` branch, and the corresponding models were updated too. If you see this message, don’t worry — you can fix it by following one of these options:
170+
171+
Option 1: Reinstall the Deep Learning Toolkit
172+
---------------------------------------------
173+
174+
This will ensure you have the latest model versions and enviroments:
175+
176+
.. code-block:: bash
177+
178+
scipion3 installb deepLearningToolkit
179+
180+
Option 2: Manually reinstall `xmipp_deepEMhancer` and fetch the new model
181+
--------------------------------------------------------------------------
182+
183+
If you prefer to go the manual route:
184+
185+
.. code-block:: bash
186+
187+
conda remove xmipp_deepEMhancer
188+
conda env create -f .../xmipp-bundle/src/xmipp/binding/python/envs_DLTK/xmipp_deepEMhancer.yml
189+
./xmipp getModels

0 commit comments

Comments
 (0)