I cannot make CellProfiler to load classifypixelsunet properly. It says 'No module named keras' while loading. I installed keras with anaconda promt. I even tried to uninstall and install it again. It still throws the same error upon start up of the CellProfiler. Here is the whole error message:
Could not load classifypixelsunet
Traceback (most recent call last):
File "CellProfiler\cellprofiler\modules_init_.py", line 325, in add_module
File "C:\Users\Sergey\AppData\Roaming\plugins\classifypixelsunet.py", line 67, in
import keras
ImportError: No module named keras
As I mentioned keras is installed:
Requirement already satisfied: keras in c:\users\User\anaconda3\lib\site-packages (2.3.1)
Am I doing something wrong?
I cannot make CellProfiler to load classifypixelsunet properly. It says 'No module named keras' while loading. I installed keras with anaconda promt. I even tried to uninstall and install it again. It still throws the same error upon start up of the CellProfiler. Here is the whole error message:
Could not load classifypixelsunet
Traceback (most recent call last):
File "CellProfiler\cellprofiler\modules_init_.py", line 325, in add_module
File "C:\Users\Sergey\AppData\Roaming\plugins\classifypixelsunet.py", line 67, in
import keras
ImportError: No module named keras
As I mentioned keras is installed:
Requirement already satisfied: keras in c:\users\User\anaconda3\lib\site-packages (2.3.1)
Am I doing something wrong?