I am on Windows Subsystem for Linux (WSL). I've defined an environment and I am trying to add the palettable
package to it. This is what I tried:
conda install palettable
, went fine no errors, tried to do import palettable
in my script and I get the error ModuleNotFoundError: No module named 'palettable'
- Next I did
conda remove palettable
- Then I installed again, this time using pip by doing
pip install palettable
- I get the same error
Did I miss a step? Or do something wrong?
I've added many other packages to this same environment using conda
and not had any problems or encountered this error before.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…